| Problem | foodchain |
|---|---|
| User | blob |
| Submission Time | 2023-11-15 13:55:33 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
foodchain.cpp: In function ‘int main()’:
foodchain.cpp:9:10: error: found ‘:’ in nested-name-specifier, expected ‘::’
9 | B %= MOD:
| ^
| ::
foodchain.cpp:9:7: error: ‘MOD’ is not a class, namespace, or enumeration
9 | B %= MOD:
| ^~~
foodchain.cpp:10:10: error: found ‘:’ in nested-name-specifier, expected ‘::’
10 | C %= MOD:
| ^
| ::
foodchain.cpp:10:7: error: ‘MOD’ is not a class, namespace, or enumeration
10 | C %= MOD:
| ^~~