Problem | sort |
---|---|
User | r1r2r3r4 |
Submission Time | 2025-04-30 15:17:20 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
sort.cpp: In function ‘int main()’:
sort.cpp:3:18: error: ‘long long’ specified with ‘double’
3 | #define int long long double
| ^~~~
sort.cpp:6:5: note: in expansion of macro ‘int’
6 | int n;
| ^~~
sort.cpp:3:18: error: ‘long long’ specified with ‘double’
3 | #define int long long double
| ^~~~
sort.cpp:8:12: note: in expansion of macro ‘int’
8 | vector<int> v;
| ^~~
sort.cpp:3:18: error: ‘long long’ specified with ‘double’
3 | #define int long long double
| ^~~~
sort.cpp:9:10: note: in expansion of macro ‘int’
9 | for (int i = 0; i < n; i++) {
| ^~~
sort.cpp:3:18: error: ‘long long’ specified with ‘double’
3 | #define int long long double
| ^~~~
sort.cpp:10:9: note: in expansion of macro ‘int’
10 | int s;
| ^