Problem iqtest2
User Kiameimon
Submission Time 2023-10-18 15:00:40
Score 0
Max Time N/A
Max Memory N/A

Compile Error

iqtest2.cpp: In function ‘int main()’:
iqtest2.cpp:14:32: error: expected ‘;’ before ‘else’
14 | if(k% (p-1) == 0) cout << p-1
| ^
| ;
15 | else cout << 0;
| ~~~~