Problem sumint
User mingze
Submission Time 2026-06-23 06:04:49
Score 0
Max Time N/A
Max Memory N/A

Compile Error

sumint.cpp: In function ‘int main()’:
sumint.cpp:9:14: error: ‘d’ cannot be used as a function
9 | cout << d(di);
| ^
sumint.cpp: At global scope:
sumint.cpp:11:1: error: expected declaration before ‘}’ token
11 | }
| ^