Problem foodchain
User Uoelpc
Submission Time 2023-11-17 16:05:44
Score 0
Max Time N/A
Max Memory N/A

Compile Error

foodchain.cpp:3:13: error: expected ‘,’ or ‘;’ before ‘unsigned’
3 | #define int unsigned long long
| ^~~~~~~~
foodchain.cpp:6:1: note: in expansion of macro ‘int’
6 | int m (int x, int y) {return (x%jest) * (y%jest) % jest;}
| ^~~
foodchain.cpp: In function ‘int32_t main()’:
foodchain.cpp:10:21: error: ‘m’ was not declared in this scope
10 | int x = m(A,m(B,m(C,m(D,E))))
| ^
foodchain.cpp:10:17: error: ‘m’ was not declared in this scope
10 | int x = m(A,m(B,m(C,m(D,E))))
| ^
foodchain.cpp:10:13: error: ‘m’ was not declared in this scope
10 | int x = m(A,m(B,m(C,m(D,E))))
| ^
foodchain.cpp:10:9: error: ‘m’ was not declared in this scope
10 | int x = m(A,m(B,m(C,m(D,E))))
| ^