Problem routine
User astr4eusmkvc
Submission Time 2026-06-25 16:44:07
Score 0
Max Time N/A
Max Memory N/A

Compile Error

routine.cpp:1:1: error: ‘include’ does not name a type
1 | include <bits/stdc++.h>
| ^~~~~~~
routine.cpp: In function ‘int main()’:
routine.cpp:6:5: error: ‘ios_base’ has not been declared
6 | ios_base::sync_with_stdio(0); cin.tie(0);
| ^~~~~~~~
routine.cpp:6:35: error: ‘cin’ was not declared in this scope
6 | ios_base::sync_with_stdio(0); cin.tie(0);
| ^~~
routine.cpp:7:1: error: ‘cout’ was not declared in this scope
7 | cout.tie(0);
| ^~~~
routine.cpp:10:5: error: ‘vector’ was not declared in this scope
10 | vector <int> t(n), a(n);
| ^~~~~~
routine.cpp:3:13: error: expected primary-expression before ‘long’
3 | #define int long long
| ^~~~
routine.cpp:10:13: note: in expansion of macro ‘int’
10 | vector <int> t(n), a(n);
| ^~~
routine.cpp:12:16: error: ‘