| Problem | sumsumdigit |
|---|---|
| User | CKCodeBreaker55 |
| Submission Time | 2024-12-12 14:17:26 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
sumsumdigit.cpp: In function βint main()β:
sumsumdigit.cpp:22:51: error: no match for call to β(std::vector<long long int>) (long long int&)β
22 | digitSum[i] = digitSum[i - 1] + digitSum(i);
| ^