Problem hello
User abhro
Submission Time 2025-06-16 14:39:50
Score 0
Max Time N/A
Max Memory N/A

Compile Error

hello.cpp: In function ‘int main()’:
hello.cpp:9:30: error: expected ‘;’ before ‘retun’
9 | cout << "Hello" << '/n' << e
| ^
| ;
10 |
11 | retun 0 ; }
| ~~~~~