Problem potatosalad
User TheFelixKS
Submission Time 2026-06-26 09:38:24
Score 0
Max Time N/A
Max Memory N/A

Compile Error

potatosalad.cpp:17:22: error: macro "loop" passed 2 arguments, but takes just 1
17 | loop(n - d - 1, n) {
| ^
potatosalad.cpp:4: note: macro "loop" defined here
4 | #define loop(b) for (int i = 0;i < b;i++)
|
potatosalad.cpp: In function ‘int main()’:
potatosalad.cpp:17:5: error: ‘loop’ was not declared in this scope
17 | loop(n - d - 1, n) {
| ^~~~