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

Compile Error

exam.cpp: In function ‘int main()’:
exam.cpp:15:20: error: expected initializer before ‘==’ token
15 | long long product == A *B;
| ^~
exam.cpp:16:13: error: ‘product’ was not declared in this scope
16 | cout << product << "\n";
| ^~~~~~~