| Problem | helloworld |
|---|---|
| User | nguyendinhanh1508 |
| Submission Time | 2024-01-30 20:13:01 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
helloworld.cpp: In function βint main()β:
helloworld.cpp:2:18: error: expected identifier before numeric constant
2 | int main()return 69;
| ^~
helloworld.cpp:2:11: error: named return values are no longer supported
2 | int main()return 69;
| ^~~~~~
helloworld.cpp:2:20: error: expected β{β at end of input
2 | int main()return 69;
| ^