| Problem | cappuccinoassassino |
|---|---|
| User | eliasxyz |
| Submission Time | 2025-06-14 00:34:49 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
cappuccinoassassino.cpp: In function ‘int main()’:
cappuccinoassassino.cpp:10:33: error: invalid operands of types ‘long long int’ and ‘double’ to binary ‘operator%’
10 | ll new_ones=(ones+zeros)%(1e9+7);
| ~~~~~~~~~~~~^~~~~~~~
| | |
| | double
| long long int
cappuccinoassassino.cpp:11:26: error: invalid operands of types ‘long long int’ and ‘double’ to binary ‘operator%’
11 | ll new_zeros=ones%(1e9+7);
| ~~~~^~~~~~~~
| | |
| | double
| long long int