Problem helloworld
User ybc
Submission Time 2023-11-08 10:18:35
Score 0
Max Time N/A
Max Memory N/A

Compile Error

helloworld.cpp: In function ‘int main()’:
helloworld.cpp:9:1: error: expected ‘,’ or ‘;’ before ‘cout’
9 | cout << s ;
| ^~~~