Problem | maxavg |
---|---|
User | wongyikai |
Submission Time | 2024-12-10 23:07:50 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
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);
| ^~