Problem helloworld
User BadAtLife
Submission Time 2024-06-01 15:57:09
Score 0
Max Time N/A
Max Memory N/A

Compile Error

helloworld.cpp: In function ‘int main()’:
helloworld.cpp:7:5: error: expected ‘,’ or ‘;’ before ‘cout’
7 | cout << n;
| ^~~~