Problem exam
User ansellee
Submission Time 2023-12-19 23:29:13
Score 0
Max Time N/A
Max Memory N/A

Compile Error

exam.cpp: In function ‘int main()’:
exam.cpp:12:16: error: expected ‘;’ before ‘cout’
12 | cin >> *temp2
| ^
| ;
13 | cout << *temp * *temp2;
| ~~~~