Problem exam
User pizza
Submission Time 2024-02-25 09:52:36
Score 0
Max Time N/A
Max Memory N/A

Compile Error

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
| ^