| Problem | multipaths |
|---|---|
| User | wneedywelon |
| Submission Time | 2026-05-06 12:18:14 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
multipaths.cpp:1:7: error: ‘LL’ does not name a type
1 | const LL MAXN=1e5+5;
| ^~
multipaths.cpp:2:1: error: ‘vector’ does not name a type
2 | vector<LL> adj[MAXN];
| ^~~~~~
multipaths.cpp:4:1: error: ‘LL’ does not name a type
4 | LL c(LL x){
| ^~
multipaths.cpp: In function ‘int main()’:
multipaths.cpp:9:2: error: ‘FAST’ was not declared in this scope
9 | FAST;
| ^~~~
multipaths.cpp:10:2: error: ‘LL’ was not declared in this scope
10 | LL n; cin>>n;
| ^~
multipaths.cpp:10:8: error: ‘cin’ was not declared in this scope
10 | LL n; cin>>n;
| ^~~
multipaths.cpp:10:13: error: ‘n’ was not declared in this scope
10 | LL n; cin>>n;
| ^
multipaths.cpp:11:6: error: ‘i’ was not declared in this scope
11 | FOR(i,n-1){
| ^
multipaths.cpp:11:2: error: ‘FOR’ was not declared in this scope