| Problem | helloworld |
|---|---|
| User | Ryuichi12 |
| Submission Time | 2025-11-12 10:13:47 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
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
| ^~~~