Problem helloworld
User Ryan
Submission Time 2023-09-06 13:22:07
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> int main() { std::cout << "Hello, World!" << std::endl; return 0; }
| ^~~~~~~