Problem sumint
User ryuki
Submission Time 2024-02-28 12:35:55
Score 0
Max Time N/A
Max Memory N/A

Compile Error

sumint.cpp: In function ‘int main()’:
sumint.cpp:11:20: error: invalid operands of types ‘int’ and ‘<unresolved overloaded function type>’ to binary ‘operator<’
11 | for (int i = 0; i < count; i++) {
| ~~^~~~~~~