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

Compile Error

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