Problem sumint
User totallynotme
Submission Time 2025-02-21 15:22:14
Score 0
Max Time N/A
Max Memory N/A

Compile Error

sumint.cpp: In function ‘int main()’:
sumint.cpp:6:9: error: ‘d’ was not declared in this scope
6 | cin >> d
| ^
sumint.cpp:8:16: error: could not convert ‘std::size’ from ‘<unresolved overloaded function type>’ to ‘long unsigned int’
8 | int array[size];
| ^
sumint.cpp:8:6: error: size of array ‘array’ has non-integral type ‘<unresolved overloaded function type>’
8 | int array[size];
| ^~~~~
sumint.cpp:10:20: error: invalid operands of types ‘int’ and ‘<unresolved overloaded function type>’ to binary ‘operator<’
10 | for (int i = 0; i < size; i++) {
| ~~^~~~~~
sumint.cpp:14:20: error: invalid operands of types ‘int’ and ‘<unresolved overloaded function type>’ to binary ‘operator<’
14 | for (int j = 0; j < size; j++) {
| ~~^~~~~~
sumint.cpp:15:3: error: ‘sum’ was not declared in this