Problem greeting
User CoderBC
Submission Time 2025-01-22 14:25:08
Score 0
Max Time N/A
Max Memory N/A

Compile Error

greeting.cpp: In function ‘int main()’:
greeting.cpp:5:5: error: ‘str’ was not declared in this scope; did you mean ‘std’?
5 | str name[1000000];
| ^~~
| std
greeting.cpp:7:17: error: ‘name’ was not declared in this scope; did you mean ‘rename’?
7 | cin.getline(name, 1000000);
| ^~~~
| rename