Problem helloworld
User Ryuichi12
Submission Time 2025-11-12 10:13:37
Score 0
Max Time N/A
Max Memory N/A

Compile Error

helloworld.cpp:2:20: error: expected ‘;’ before ‘int’
2 | using namespace std
| ^
| ;
3 |
4 | int main(){
| ~~~
helloworld.cpp: In function ‘int main()’:
helloworld.cpp:8:1: error: expected ‘,’ or ‘;’ before ‘cout’
8 | cout << str1
| ^~~~