| Problem | helloworld |
|---|---|
| User | shenshiqi |
| Submission Time | 2025-04-11 17:22:52 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
helloworld.cpp: In function ‘int main()’:
helloworld.cpp:4:8: error: expected ‘(’ before ‘true’
4 | while true{
| ^~~~
| (
helloworld.cpp:4:12: error: expected ‘)’ before ‘{’ token
4 | while true{
| ~~~~^
| )