Problem routine
User zhaoqihui
Submission Time 2024-05-25 10:57:52
Score 0
Max Time N/A
Max Memory N/A

Compile Error

routine.cpp: In function ‘int main()’:
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:3: error: ‘t’ was not declared in this scope
10 | t[n]=LLONG_MAX;
| ^
routine.cpp:21:9: error: ‘a’ was not declared in this scope
21 | cout<<a[lo]<<'\n';
| ^