| Problem | exam |
|---|---|
| User | 6 |
| Submission Time | 2026-06-22 15:56:58 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
exam.cpp: In function ‘int main()’:
exam.cpp:7:6: error: ‘a’ was not declared in this scope
7 | cin>>a>>b>>x;
| ^
exam.cpp:7:9: error: ‘b’ was not declared in this scope
7 | cin>>a>>b>>x;
| ^
exam.cpp:13:10: error: expected ‘;’ before ‘cout’
13 | cin>>a>>b
| ^
| ;
14 | cout<<a*b;
| ~~~~