Problem helloworld
User Rcrc
Submission Time 2026-08-26 20:17:48
Score 0
Max Time N/A
Max Memory N/A

Compile Error

helloworld.cpp:1:1: error: ‘include’ does not name a type
1 | include <iostream>
| ^~~~~~~
helloworld.cpp:3:1: error: expected unqualified-id before ‘{’ token
3 | {
| ^