Problem maxavg
User wongyikai
Submission Time 2024-12-10 23:07:50
Score 0
Max Time N/A
Max Memory N/A

Compile Error

maxavg.cpp: In function β€˜int main()’:
maxavg.cpp:9:39: error: expected initializer before β€˜>>’ token
9 | for (int i=0;i<n*m;i++) ll temp, cin >> temp, ans = max(ans,temp);
| ^~