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

Compile Error

nihonese.cpp: In function ‘bool is_valid_nihonese(const string&)’:
nihonese.cpp:26:12: error: a function-definition is not allowed here before ‘{’ token
26 | int main() {
| ^
nihonese.cpp:52:1: error: expected ‘}’ at end of input
52 | }
| ^
nihonese.cpp:10:44: note: to match this ‘{’
10 | bool is_valid_nihonese(const string &word) {
| ^