Problem | catlunch |
---|---|
User | eliasxyz |
Submission Time | 2025-06-12 21:49:34 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
catlunch.cpp: In function ‘int main()’:
catlunch.cpp:6:11: error: expected ‘;’ before ‘:’ token
6 | cin>>N>>K:
| ^
| ;
catlunch.cpp:10:8: error: overloaded function with no contextual type information
10 | count=0;
| ^
catlunch.cpp:11:8: error: parse error in template argument list
11 | while(count<N){
| ^~~~~~~
catlunch.cpp:11:8: error: cannot resolve overloaded function ‘count’ based on conversion to type ‘bool’
catlunch.cpp:16:9: error: no post-increment operator for type
16 | count++;
| ^~
catlunch.cpp:20:6: error: ‘maxsum’ was not declared in this scope
20 | if(maxsum<sum){maxsum=sum;}
| ^~~~~~
catlunch.cpp:22:8: error: ‘maxsum’ was not declared in this scope
22 | cout<<maxsum;
| ^~~~~~