Problem nihonese
User MegaG
Submission Time 2025-11-06 15:31:07
Score 0
Max Time N/A
Max Memory N/A

Compile Error

cc1plus: error: ‘::main’ must return ‘int’
nihonese.cpp: In function ‘int main()’:
nihonese.cpp:30:13: error: expected ‘;’ before ‘long’
30 | cout.tie(0)
| ^
| ;
nihonese.cpp:33:9: error: ‘N’ was not declared in this scope
33 | cin >> N >> M;
| ^
nihonese.cpp:33:14: error: ‘M’ was not declared in this scope
33 | cin >> N >> M;
| ^