Problem | foodchain |
---|---|
User | sussyimpasta |
Submission Time | 2025-08-04 18:58:07 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
foodchain.cpp: In function ‘int main()’:
foodchain.cpp:28:5: error: ‘s’ was not declared in this scope
28 | s = a*b*c*d*e; s %= 1e9+9; cout << s;
| ^