Problem | 3nplus1 |
---|---|
User | HelloMhing |
Submission Time | 2023-07-15 09:47:35 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
3nplus1.cpp: In function ‘int main()’:
3nplus1.cpp:7:8: error: expected ‘(’ before ‘True’
7 | while True{
| ^~~~
| (
3nplus1.cpp:7:8: error: ‘True’ was not declared in this scope
7 | while True{
| ^~~~
3nplus1.cpp:7:12: error: expected ‘)’ before ‘{’ token
7 | while True{
| ~~~~^
| )