Problem dynamicdag
User impotato
Submission Time 2023-12-30 17:06:20
Score 0
Max Time N/A
Max Memory N/A

Compile Error

dynamicdag.cpp: In function ‘int32_t main()’:
dynamicdag.cpp:10:2: error: ‘vectpr’ was not declared in this scope
10 | vectpr <int> v;
| ^~~~~~
dynamicdag.cpp:2:13: error: expected primary-expression before ‘long’
2 | #define int long long
| ^~~~
dynamicdag.cpp:10:10: note: in expansion of macro ‘int’
10 | vectpr <int> v;
| ^~~
dynamicdag.cpp:17:4: error: ‘v’ was not declared in this scope
17 | v.push_back(x);
| ^
dynamicdag.cpp:24:15: error: ‘v’ was not declared in this scope
24 | } else if (v[1] > v[0]) {
| ^