Problem helloworld
User kilrazz
Submission Time 2025-03-04 11:12:20
Score 0
Max Time N/A
Max Memory N/A

Compile Error

helloworld.cpp:3:1: error: ‘str’ does not name a type; did you mean ‘std’?
3 | str main(); {
| ^~~
| std
helloworld.cpp:3:13: error: expected unqualified-id before ‘{’ token
3 | str main(); {
| ^