Problem | exam |
---|---|
User | pizza |
Submission Time | 2024-02-25 09:52:25 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
exam.cpp: In function ‘int main()’:
exam.cpp:9:6: error: ‘a’ was not declared in this scope
9 | cin>>a>>b
| ^
exam.cpp:9:9: error: ‘b’ was not declared in this scope
9 | cin>>a>>b
| ^
exam.cpp:10:10: error: expected ‘}’ at end of input
10 | cout<<a*b;
| ^
exam.cpp:8:5: note: to match this ‘{’
8 | else{
| ^
exam.cpp:10:10: error: expected ‘}’ at end of input
10 | cout<<a*b;
| ^
exam.cpp:4:12: note: to match this ‘{’
4 | int main() { //main function
| ^