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

Compile Error

routine.cpp:1:24: error: missing terminating > character
1 | #include <bits/stdc++.h
| ^
routine.cpp: In function ‘int main()’:
routine.cpp:8:27: error: ‘t’ was not declared in this scope
8 | for(int i=0;i<n;i++)cin>>t[i];
| ^
routine.cpp:9:27: error: ‘a’ was not declared in this scope
9 | for(int i=0;i<n;i++)cin>>a[i];
| ^