Problem exam
User Spiral
Submission Time 2026-06-22 15:41:07
Score 0
Max Time N/A
Max Memory N/A

Compile Error

exam.cpp:16:24: error: stray ‘\’ in program
16 | cout << product << \n;
| ^
exam.cpp: In function ‘int main()’:
exam.cpp:15:20: error: expected initializer before ‘==’ token
15 | long long product == A *B
| ^~