Problem | routine |
---|---|
User | SMILE |
Submission Time | 2024-05-25 11:41:13 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
routine.cpp: In function ‘int main()’:
routine.cpp:8:30: error: ‘t’ was not declared in this scope
8 | for(int i = 0;i<n;i++) cin>>t[i];
| ^
routine.cpp:9:30: error: ‘a’ was not declared in this scope
9 | for(int i = 0;i<n;i++) cin>>a[i];
| ^
routine.cpp:11:2: error: ‘t’ was not declared in this scope
11 | t[n] = LLONG_MAX;
| ^
routine.cpp:22:9: error: ‘a’ was not declared in this scope
22 | cout<<a[lo]<<'\n';
| ^