Problem | shops |
---|---|
User | Rolo |
Submission Time | 2025-03-27 02:16:13 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
shops.cpp:3:18: error: declaration does not declare anything [-fpermissive]
3 | #define int long long;
| ^~~~
shops.cpp:4:1: note: in expansion of macro ‘int’
4 | int c = 2e6;
| ^~~
shops.cpp:4:5: error: ‘c’ does not name a type
4 | int c = 2e6;
| ^
shops.cpp:3:18: error: wrong number of template arguments (1, should be 2)
3 | #define int long long;
| ^~~~
shops.cpp:5:16: note: in expansion of macro ‘int’
5 | using pii=pair<int,int>;
| ^~~
In file included from /usr/include/c++/9/bits/stl_algobase.h:64,
from /usr/include/c++/9/bits/specfun.h:45,
from /usr/include/c++/9/cmath:1927,
from /usr/include/x86_64-linux-gnu/c++/9/bits/stdc++.h:41,
from shops.cpp:1:
/usr/include/c++/9/bits/stl_pair.h:208:12: note: provided for ‘template<class _T1, class _T2>