Problem combostacking
User handle
Submission Time 2025-08-16 09:40:18
Score 0
Max Time N/A
Max Memory N/A

Compile Error

combostacking.cpp: In function β€˜int main()’:
combostacking.cpp:24:51: error: expected primary-expression before β€˜%’ token
24 | cout << (n/(k+1))*(k*(k+1)/2)+(n%(k+1))*((%(k+1))+1)/2;
| ^