| Problem | exam |
|---|---|
| User | Henryflexonyou |
| Submission Time | 2026-06-22 15:33:45 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
exam.cpp: In function ‘int main()’:
exam.cpp:12:2: error: expected ‘}’ before ‘else’
12 | else{
| ^~~~
exam.cpp:10:11: note: to match this ‘{’
10 | if (a==1){
| ^
exam.cpp:14:16: error: expected ‘}’ at end of input
14 | cout << (b*c);
| ^
exam.cpp:12:6: note: to match this ‘{’
12 | else{
| ^
exam.cpp:14:16: error: expected ‘}’ at end of input
14 | cout << (b*c);
| ^
exam.cpp:7:15: note: to match this ‘{’
7 | signed main() {
| ^