Problem routine
User Quackadodo110411
Submission Time 2024-05-25 10:43:35
Score 0
Max Time N/A
Max Memory N/A

Compile Error

routine.cpp: In function ‘int main()’:
routine.cpp:4:3: error: ‘ios_base’ has not been declared
4 | ios_base::sync_with_stdio(false);cin.tie(0);
| ^~~~~~~~
routine.cpp:4:36: error: ‘cin’ was not declared in this scope
4 | ios_base::sync_with_stdio(false);cin.tie(0);
| ^~~
routine.cpp:7:27: error: ‘t’ was not declared in this scope
7 | for(int i=0;i<n;i++)cin>>t[i];
| ^
routine.cpp:8:27: error: ‘a’ was not declared in this scope
8 | for(int i=0;i<n;i++)cin>>a[i];
| ^
routine.cpp:10:2: error: ‘t’ was not declared in this scope
10 | t[n]=LLONG_MAX;
| ^
routine.cpp:10:7: error: ‘LLONG_MAX’ was not declared in this scope
10 | t[n]=LLONG_MAX;
| ^~~~~~~~~
routine.cpp:1:1: note: ‘LLONG_MAX’ is defined in header ‘<climits>’; did you forget to ‘#include <