Problem | pushups |
---|---|
User | SharpnessChipped |
Submission Time | 2023-06-06 14:19:22 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
pushups.cpp: In function ‘int main()’:
pushups.cpp:16:10: error: invalid operands of types ‘int [T]’ and ‘int’ to binary ‘operator%’
16 | if (N%m == 0) {
| ~^~
| | |
| | int
| int [T]