Problem sumint
User adammmamammamamamaamamam
Submission Time 2023-04-13 13:13:39
Score 0
Max Time N/A
Max Memory N/A

Compile Error

sumint.cpp: In function ‘int main()’:
sumint.cpp:5:4: error: expected primary-expression before ‘<’ token
5 | d=<100000;
| ^
sumint.cpp:5:11: error: expected ‘}’ at end of input
5 | d=<100000;
| ^
sumint.cpp:3:13: note: to match this ‘{’
3 | int main () {
| ^