Problem 4sum
User TheFelixKS
Submission Time 2024-03-10 09:33:42
Score 0
Max Time N/A
Max Memory N/A

Compile Error

4sum.cpp:15:10: error: macro "rep" requires 3 arguments, but only 2 given
15 | rep(0, a) cin>>va[i];
| ^
4sum.cpp:4: note: macro "rep" defined here
4 | #define rep(a, b, c) for (int c = a;c<b;c++)
|
4sum.cpp:16:10: error: macro "rep" requires 3 arguments, but only 2 given
16 | rep(0, b) cin>>vb[i];
| ^
4sum.cpp:4: note: macro "rep" defined here
4 | #define rep(a, b, c) for (int c = a;c<b;c++)
|
4sum.cpp:17:10: error: macro "rep" requires 3 arguments, but only 2 given
17 | rep(0, c) cin>>vc[i];
| ^
4sum.cpp:4: note: macro "rep" defined here
4 | #define rep(a, b, c) for (int c = a;c<b;c++)
|
4sum.cpp:18:10: error: macro "rep" requires 3 arguments, but only 2 given
18 | rep(0, d) cin>>vd[i];
| ^
4sum.cpp:4: note: macro "rep" defined here
4 | #define rep(a, b, c) for (int c = a;c&l