Problem | snack |
---|---|
User | asbx |
Submission Time | 2023-11-09 14:57:55 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
snack.cpp: In function ‘int main()’:
snack.cpp:8:2: error: ‘str’ was not declared in this scope; did you mean ‘std’?
8 | str = "";
| ^~~
| std
snack.cpp:17:15: error: ‘i’ was not declared in this scope
17 | sort(arr,arr+i+1);
| ^