0_0_19713608_992.cpp: In function 'int main()':
0_0_19713608_992.cpp:4:25: error: 'scanf' was not declared in this scope
while(~scanf("%d",&n))
^
0_0_19713608_992.cpp:8:41: error: 'printf' was not declared in this scope
printf("2^? mod %d = 1\n", n);
^
0_0_19713608_992.cpp:17:41: error: 'printf' was not declared in this scope
printf("2^%d mod %d = 1\n", k, n);
^
0_0_19713608_992.cpp:18:5: error: expected '}' at end of input
}
^
|