Problem helloworld
User notachicken
Submission Time 2026-05-01 14:54:01
Score 0
Max Time N/A
Max Memory N/A

Compile Error

helloworld.cpp:1:1: error: stray ‘\302’ in program
1 | £include <bits/stdc++.h>
| ^
helloworld.cpp:1:2: error: stray ‘\243’ in program
1 | £include <bits/stdc++.h>
| ^
helloworld.cpp:1:3: error: ‘include’ does not name a type
1 | £include <bits/stdc++.h>
| ^~~~~~~
helloworld.cpp: In function ‘int main()’:
helloworld.cpp:6:2: error: ‘cout’ was not declared in this scope
6 | cout << x;
| ^~~~
helloworld.cpp:6:10: error: ‘x’ was not declared in this scope
6 | cout << x;
| ^