Problem | descsort |
---|---|
User | sophiasingsong |
Submission Time | 2025-04-12 09:29:27 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
descsort.cpp:4:12: error: ISO C++ forbids declaration of ‘int32_tmin’ with no type [-fpermissive]
4 | int32_tmin(){
| ^
descsort.cpp: In function ‘int int32_tmin()’:
descsort.cpp:5:2: error: ‘ios_bas3’ has not been declared
5 | ios_bas3::sync_with_studio(0);cin.tie(0);
| ^~~~~~~~
descsort.cpp:16:23: error: expected ‘}’ at end of input
16 | cout << arr[i] << "";
| ^
descsort.cpp:15:24: note: to match this ‘{’
15 | for(int i=0; i<n; i++){
| ^
descsort.cpp:16:23: error: expected ‘}’ at end of input
16 | cout << arr[i] << "";
| ^
descsort.cpp:4:13: note: to match this ‘{’
4 | int32_tmin(){
| ^