Problem exam
User Shawntan
Submission Time 2026-06-22 15:37:27
Score 0
Max Time N/A
Max Memory N/A

Compile Error

exam.cpp: In function ‘int main()’:
exam.cpp:9:12: error: unable to find string literal operator ‘operator""Hello’ with ‘const char [1]’, ‘long unsigned int’ arguments
9 | cout << ""Hello World"";
| ^~~~~~~
exam.cpp:13:17: error: expected ‘;’ before ‘cout’
13 | cin >> A >> B
| ^
| ;
14 | cout << A*B
| ~~~~