Problem | exam |
---|---|
User | mth4z |
Submission Time | 2023-02-27 16:15:07 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
exam.cpp:2:20: error: expected ‘;’ before ‘int’
2 | using namespace std
| ^
| ;
3 |
4 | int main(){
| ~~~
exam.cpp: In function ‘int main()’:
exam.cpp:7:11: error: expected ‘;’ before ‘if’
7 | cin >> x
| ^
| ;
8 | if (x == 1)(
| ~~
exam.cpp:15:12: error: ‘a’ was not declared in this scope
15 | cout << (a*b)
| ^
exam.cpp:17:13: error: expected ‘}’ at end of input
17 | return 0
| ^
exam.cpp:4:11: note: to match this ‘{’
4 | int main(){
| ^