ready to work
This commit is contained in:
12
tester/proc.cpp
Normal file
12
tester/proc.cpp
Normal file
@ -0,0 +1,12 @@
|
||||
#include"int2048.h"
|
||||
int main()
|
||||
{
|
||||
using namespace sjtu;
|
||||
int2048 a("123456789");
|
||||
a.print(); puts("");
|
||||
a.LeftMoveBy(17);
|
||||
a.print(); puts("");
|
||||
a.RightMoveBy(17);
|
||||
a.print(); puts("");
|
||||
return 0;
|
||||
}
|
Reference in New Issue
Block a user