Problem helloworld
User ishat024
Submission Time 2023-11-08 10:08:56
Score 0
Max Time N/A
Max Memory N/A

Compile Error

helloworld.cpp: In function ‘int main()’:
helloworld.cpp:8:2: error: expected ‘,’ or ‘;’ before ‘cout’
8 | cout<<p;
| ^~~~