| Problem | exam |
|---|---|
| User | yihai |
| Submission Time | 2026-01-21 17:05:01 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
exam.cpp: In function ‘int main()’:
exam.cpp:13:12: error: expected primary-expression before ‘>>’ token
13 | cin >>a; >>b;
| ^~
exam.cpp:14:7: error: expected ‘;’ before ‘a’
14 | cout a*b;
| ^~
| ;
exam.cpp:14:11: error: expected ‘}’ at end of input
14 | cout a*b;
| ^
exam.cpp:11:15: note: to match this ‘{’
11 | else if(x==2){;
| ^
exam.cpp:14:11: error: expected ‘}’ at end of input
14 | cout a*b;
| ^
exam.cpp:4:15: note: to match this ‘{’
4 | signed main() {
| ^