Problem catlunch
User eliasxyz
Submission Time 2025-06-12 21:49:46
Score 0
Max Time N/A
Max Memory N/A

Compile Error

catlunch.cpp: In function ‘int main()’:
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++;
| ^~