Problem 0405
User thelusidian
Submission Time 2024-02-28 16:44:16
Score 0
Max Time N/A
Max Memory N/A

Compile Error

0405.cpp: In function ‘int main()’:
0405.cpp:5:22: error: expected ‘;’ before ‘}’ token
5 | cout << "2 3 5 7"
| ^
| ;
6 | }
| ~