| Problem | trainorbus |
|---|---|
| User | dfsssssssssfsdfdssgdfs |
| Submission Time | 2026-02-20 16:52:52 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
trainorbus.cpp: In function ‘int main()’:
trainorbus.cpp:32:23: error: request for member ‘begin’ in ‘mintime’, which is of non-class type ‘long int [a]’
32 | c=accumulate(mintime.begin(),mintime.end());
| ^~~~~
trainorbus.cpp:32:39: error: request for member ‘end’ in ‘mintime’, which is of non-class type ‘long int [a]’
32 | c=accumulate(mintime.begin(),mintime.end());
| ^~~