Problem helloworld
User Hytoh
Submission Time 2023-01-18 17:34:33
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:4:1: error: ‘main’ does not name a type
4 | main int() {
| ^~~~