Problem | helloworld |
---|---|
User | JENNY |
Submission Time | 2024-01-29 16:43:29 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
helloworld.cpp: In function ‘int main()’:
helloworld.cpp:4:1: error: ‘a’ was not declared in this scope
4 | a=1
| ^
helloworld.cpp:7:1: error: ‘else’ without a previous ‘if’
7 | else if ( a >10{cout << hello_world}
| ^~~~
helloworld.cpp:7:16: error: expected ‘)’ before ‘{’ token
7 | else if ( a >10{cout << hello_world}
| ~ ^
| )
helloworld.cpp:7:36: error: expected statement at end of input
7 | else if ( a >10{cout << hello_world}
| ^
helloworld.cpp:7:36: error: expected ‘}’ at end of input
helloworld.cpp:3:11: note: to match this ‘{’
3 | int main(){
| ^