Problem routine
User mbdharani
Submission Time 2026-06-25 16:58:14
Score 0
Max Time N/A
Max Memory N/A

Compile Error

routine.cpp: In function ‘int main()’:
routine.cpp:6:16: error: ‘sync_with_studio’ is not a member of ‘std::ios_base’
6 | ios_base:: sync_with_studio(false);cin.tie(0);
| ^~~~~~~~~~~~~~~~
routine.cpp:11:11: error: ‘class std::vector<long long int>’ has no member named ‘pb’
11 | t.pb(temp);
| ^~
routine.cpp:15:11: error: ‘class std::vector<long long int>’ has no member named ‘pb’
15 | a.pb(temp);
| ^~