Problem shiritori
User dacashew
Submission Time 2025-08-25 21:37:35
Score 0
Max Time N/A
Max Memory N/A

Compile Error

shiritori.cpp:103:11: error: macro "iloop" requires 2 arguments, but only 1 given
103 | iloop(n-1){
| ^
shiritori.cpp:66: note: macro "iloop" defined here
66 | #define iloop(a,b) for(int i=a;i!=b;i+=(2*((int)(a<b))-1))
|
shiritori.cpp: In function ‘int main()’:
shiritori.cpp:103:2: error: ‘iloop’ was not declared in this scope
103 | iloop(n-1){
| ^~~~~