Problem nihonese
User bribritt
Submission Time 2023-06-03 12:25:08
Score 0
Max Time N/A
Max Memory N/A

Compile Error

nihonese.cpp: In function ‘int32_t main()’:
nihonese.cpp:7:6: error: ‘i’ was not declared in this scope
7 | REP(i,0,N-1) if(consonant(S[i])&&S[i]!='n'&&consonant(S[i+1])) good=false;
| ^
nihonese.cpp:7:2: error: ‘REP’ was not declared in this scope
7 | REP(i,0,N-1) if(consonant(S[i])&&S[i]!='n'&&consonant(S[i+1])) good=false;
| ^~~