Problem iqtest
User Pan
Submission Time 2023-11-10 00:54:48
Score 0
Max Time N/A
Max Memory N/A

Compile Error

iqtest.cpp: In function ‘int main()’:
iqtest.cpp:10:3: error: ‘ll’ was not declared in this scope
10 | ll tem = (a*a -1)/(a-1);
| ^~
iqtest.cpp:11:11: error: ‘tem’ was not declared in this scope; did you mean ‘tm’?
11 | cout << tem%p << endl;
| ^~~
| tm