Problem sumint
User Sarah5678
Submission Time 2024-07-08 14:04:53
Score 0
Max Time N/A
Max Memory N/A

Compile Error

sumint.cpp: In function β€˜int main()’:
sumint.cpp:7:17: error: expected β€˜;’ before numeric constant
7 | 1 <= d <= 10000
| ^
| ;
8 | 0 <= d <= 100000
| ~