Problem helloworld
User Pout
Submission Time 2026-07-03 20:36:48
Score 0
Max Time N/A
Max Memory N/A

Compile Error

helloworld.cpp:1:20: error: missing terminating > character
1 | #include <iostream?
| ^
helloworld.cpp:1:10: fatal error: iostream?: No such file or directory
1 | #include <iostream?
| ^
compilation terminated.