Problem helloworld
User PyAce
Submission Time 2025-06-16 11:08:52
Score 0
Max Time N/A
Max Memory N/A

Compile Error

helloworld.cpp: In function ‘int main()’:
helloworld.cpp:5:7: error: ‘cos’ is not a member of ‘std’; did you mean ‘ios’?
5 | std::cos << "Helios";
| ^~~
| ios