Problem sumint
User coderccodes
Submission Time 2023-07-03 15:54:58
Score 0
Max Time N/A
Max Memory N/A

Compile Error

sumint.cpp: In function ‘int main()’:
sumint.cpp:7:12: error: ‘d’ was not declared in this scope
7 | cin >> d;
| ^
sumint.cpp:14:10: error: ‘times’ was not declared in this scope; did you mean ‘time’?
14 | cout << times
| ^~~~~
| time