Problem | exam |
---|---|
User | godex |
Submission Time | 2025-01-20 17:04:50 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
exam.cpp: In function ‘int main()’:
exam.cpp:10:2: error: expected ‘}’ before ‘else’
10 | else
| ^~~~
exam.cpp:7:12: note: to match this ‘{’
7 | if (x = 1){
| ^
exam.cpp:11:29: error: expected ‘}’ at end of input
11 | std::cout << "Hello world2";
| ^
exam.cpp:3:11: note: to match this ‘{’
3 | int main(){
| ^