Problem helloworld
User NgMinSong123
Submission Time 2023-02-10 15:11:45
Score 0
Max Time N/A
Max Memory N/A

Compile Error

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