Problem erp
User LiuZq
Submission Time 2024-08-11 13:54:19
Score 0
Max Time N/A
Max Memory N/A

Compile Error

erp.cpp:3:14: error: ‘ll’ was not declared in this scope
3 | typedef pair<ll, ll> pi;
| ^~
erp.cpp:3:18: error: ‘ll’ was not declared in this scope
3 | typedef pair<ll, ll> pi;
| ^~
erp.cpp:3:20: error: template argument 1 is invalid
3 | typedef pair<ll, ll> pi;
| ^
erp.cpp:3:20: error: template argument 2 is invalid
erp.cpp:7:1: error: ‘ll’ does not name a type
7 | ll d[1000005], d1[1000005];
| ^~
erp.cpp:8:1: error: ‘ll’ does not name a type
8 | ll N, E, a, b, w;
| ^~
erp.cpp:10:10: error: variable or field ‘dij’ declared void
10 | void dij(ll n) {
| ^~
erp.cpp:10:10: error: ‘ll’ was not declared in this scope
erp.cpp: In function ‘int main()’:
erp.cpp:54:10: error: ‘N’ was not declared in this scope
54 | cin >> N >> E;
| ^
erp.cpp:54:15: error: ‘E’