| Problem | greeting |
|---|---|
| User | CoderBC |
| Submission Time | 2025-01-22 14:25:32 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
greeting.cpp: In function ‘int main()’:
greeting.cpp:5:5: error: ‘String’ was not declared in this scope
5 | String name[1000000];
| ^~~~~~
greeting.cpp:7:17: error: ‘name’ was not declared in this scope; did you mean ‘rename’?
7 | cin.getline(name, 1000000);
| ^~~~
| rename