Problem exam
User Lerongt
Submission Time 2026-06-23 08:53:49
Score 0
Max Time N/A
Max Memory N/A

Compile Error

cc1plus: error: ‘::main’ must return ‘int’
exam.cpp: In function ‘int main()’:
exam.cpp:16:17: error: expected ‘;’ before ‘:’ token
16 | cout << ( A*B):
| ^
| ;
exam.cpp:17:2: error: expected ‘}’ at end of input
17 | }
| ^
exam.cpp:5:12: note: to match this ‘{’
5 | int main() {
| ^