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

Compile Error

exam.cpp:1:1: error: ‘include’ does not name a type
1 | include <bits/stdc++.h>
| ^~~~~~~
exam.cpp: In function ‘int main()’:
exam.cpp:4:2: error: ‘cout’ was not declared in this scope
4 | cout << "Hello" << " " << "World";
| ^~~~