Problem helloworld
User AndyChen
Submission Time 2025-02-21 15:05:54
Score 0
Max Time N/A
Max Memory N/A

Compile Error

helloworld.cpp:1:7: error: stray ‘#’ in program
1 | +++ |+#include <iostream>
| ^
helloworld.cpp:1:1: error: expected unqualified-id before ‘++’ token
1 | +++ |+#include <iostream>
| ^~