Problem | iqtest2 |
---|---|
User | Kiameimon |
Submission Time | 2023-12-12 02:12:24 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
iqtest2.cpp: In function ‘int main()’:
iqtest2.cpp:4:14: error: ‘else’ without a previous ‘if’
4 | #define elif else if
| ^~~~
iqtest2.cpp:19:4: note: in expansion of macro ‘elif’
19 | elif((k%(p-1)) == 0) cout << p-1;
| ^~~~