Problem goodbye
User scape167
Submission Time 2024-05-25 17:20:58
Score 0
Max Time N/A
Max Memory N/A

Compile Error

goodbye.cpp: In function ‘int main()’:
goodbye.cpp:6:2: error: ‘str’ was not declared in this scope; did you mean ‘std’?
6 | str n;
| ^~~
| std
goodbye.cpp:7:12: error: ‘n’ was not declared in this scope; did you mean ‘yn’?
7 | cin >> n;
| ^
| yn