Problem | specialgirlfriends |
---|---|
User | chiefoggy |
Submission Time | 2023-12-23 10:36:03 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
specialgirlfriends.cpp:6:7: error: ‘MOD’ does not name a type
6 | const MOD = 1000000007;
| ^~~
specialgirlfriends.cpp: In function ‘int main()’:
specialgirlfriends.cpp:15:26: error: ‘MOD’ was not declared in this scope
15 | total += d % MOD;
| ^~~
specialgirlfriends.cpp:18:21: error: ‘MOD’ was not declared in this scope
18 | cout << total % MOD;
| ^~~