Problem helloworld
User Sandman
Submission Time 2023-04-13 10:41:47
Score 0
Max Time N/A
Max Memory N/A

Compile Error

helloworld.cpp: In function ‘int main()’:
helloworld.cpp:3:7: error: ‘n’ is not a member of ‘std’
3 | std::n = 7;
| ^
helloworld.cpp:4:15: error: ‘n’ was not declared in this scope
4 | std::cout << n / 0;
| ^