Problem hello
User chien
Submission Time 2025-06-16 14:57:48
Score 0
Max Time N/A
Max Memory N/A

Compile Error

hello.cpp: In function ‘int main()’:
hello.cpp:9:50: error: expected ‘;’ before ‘}’ token
9 | cout << duo.first << " " << duo.second << "!"
| ^
| ;
10 |
11 | }
| ~