Problem | helloworld |
---|---|
User | JENNY |
Submission Time | 2024-01-29 16:42:04 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
helloworld.cpp: In function ‘int main()’:
helloworld.cpp:4:7: error: ‘a’ was not declared in this scope
4 | if ( a=1 ){cout<< a + b};
| ^
helloworld.cpp:4:24: error: ‘b’ was not declared in this scope
4 | if ( a=1 ){cout<< a + b};
| ^
helloworld.cpp: At global scope:
helloworld.cpp:5:2: error: expected unqualified-id before ‘else’
5 | }else if ( a >10{cout << hello_world}
| ^~~~