Problem | exam |
---|---|
User | LYM2025 |
Submission Time | 2025-08-04 16:34:48 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
exam.cpp: In function ‘int main()’:
exam.cpp:11:12: error: expected ‘;’ at end of input
11 | cout<<b*c
| ~^
| ;
exam.cpp:11:11: error: expected ‘}’ at end of input
11 | cout<<b*c
| ^
exam.cpp:9:7: note: to match this ‘{’
9 | }else{
| ^
exam.cpp:11:11: error: expected ‘}’ at end of input
11 | cout<<b*c
| ^
exam.cpp:4:12: note: to match this ‘{’
4 | int main() {
| ^