Problem hello
User Bensamuel2008
Submission Time 2025-06-16 14:42:07
Score 0
Max Time N/A
Max Memory N/A

Compile Error

hello.cpp:2:20: error: expected β€˜;’ before β€˜int’
2 | using namespace std
| ^
| ;
3 | int main() {
| ~~~