Problem monopoly
User kxd
Submission Time 2023-08-28 23:41:29
Score 0
Max Time N/A
Max Memory N/A

Compile Error

monopoly.cpp:43:14: error: macro "forn" passed 3 arguments, but takes just 2
43 | forn(i,2,4e6) {
| ^
monopoly.cpp:13: note: macro "forn" defined here
13 | #define forn(i,n) for (int i = 0; i < n; i++)
|
monopoly.cpp: In function ‘int main()’:
monopoly.cpp:43:2: error: ‘forn’ was not declared in this scope
43 | forn(i,2,4e6) {
| ^~~~