Problem exam
User cry0rsa
Submission Time 2025-06-18 15:15:13
Score 0
Max Time N/A
Max Memory N/A

Compile Error

exam.cpp: In function β€˜int main()’:
exam.cpp:9:7: error: expected β€˜;’ before string constant
9 | cout "Hello" << " " << "World";
| ^~~~~~~~
| ;