Problem | maxavg |
---|---|
User | Mimikyu |
Submission Time | 2024-04-06 09:01:03 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
maxavg.cpp:2:3: error: ‘cin’ does not name a type
2 | cin>>n>>m;
| ^~~
maxavg.cpp:4:7: error: expected constructor, destructor, or type conversion before ‘(’ token
4 | for0(n){
| ^
maxavg.cpp:11:3: error: ‘cout’ does not name a type
11 | cout<<ans;
| ^~~~