0_0_37348162_9728.cpp:1:9: error: #include expects "FILENAME" or <FILENAME>
#include
^
0_0_37348162_9728.cpp:2:9: error: #include expects "FILENAME" or <FILENAME>
#include
^
0_0_37348162_9728.cpp: In function 'int main()':
0_0_37348162_9728.cpp:8:19: error: 'scanf' was not declared in this scope
scanf("%d", &T);
^
0_0_37348162_9728.cpp:14:44: error: 'pow' was not declared in this scope
if(n < 1 || n > 63 || m >= pow(2, n)) continue;
^
0_0_37348162_9728.cpp:15:35: error: 'printf' was not declared in this scope
printf("%d ", findplate(m));
^
0_0_37348162_9728.cpp: In function 'void findnumber(long long int, int)':
0_0_37348162_9728.cpp:37:39: error: 'printf' was not declared in this scope
printf("%d 1\n", 3 - y % 2);
^
0_0_37348162_9728.cpp:38:40: error: 'printf' was not declared in this scope
else printf("1 %d\n", 2 + y % 2);
^
0_0_37348162_9728.cpp:43:39: error: 'printf' was not declared in this scope
printf("1 %d\n", 3 - y % 2);
^
0_0_37348162_9728.cpp:44:40: error: 'printf' was not declared in this scope
else printf("%d 1\n", 3 - y % 2);
^
0_0_37348162_9728.cpp:49:51: error: 'printf' was not declared in this scope
printf("%d %d\n", 3 - y % 2, y % 2 + 2);
^
0_0_37348162_9728.cpp:50:52: error: 'printf' was not declared in this scope
else printf("%d %d\n", 2 + y % 2, 3 - y % 2);
^
|