Problem | eescapism |
---|---|
User | ForgottenDragon |
Submission Time | 2025-05-07 20:42:29 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
eescapism.cpp: In function ‘int main()’:
eescapism.cpp:21:27: error: expression cannot be used as a function
21 | total += (D[i](D[i] + 1)/2);
| ^
eescapism.cpp:23:33: error: expression cannot be used as a function
23 | total += ((D[i]-1)(D[i])/2) + D[i];
| ^