| Problem | uniquenumbers |
|---|---|
| User | jerrielchangjiebin |
| Submission Time | 2025-11-10 21:04:45 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
uniquenumbers.cpp: In function ‘int main()’:
uniquenumbers.cpp:14:2: error: ‘str’ was not declared in this scope; did you mean ‘std’?
14 | str arghhh="";
| ^~~
| std
uniquenumbers.cpp:16:16: error: ‘arghhh’ was not declared in this scope
16 | cin >> arghhh;
| ^~~~~~