Problem | combostacking |
---|---|
User | handle |
Submission Time | 2025-08-16 09:40:18 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
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;
| ^