Problem | prefixsums |
---|---|
User | hwy |
Submission Time | 2023-06-03 12:09:55 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
prefixsums.cpp: In function ‘int main()’:
prefixsums.cpp:28:10: error: ‘scanf_s’ was not declared in this scope; did you mean ‘scanf’?
28 | (void) scanf_s ("%i %i", &l, &r);
| ^~~~~~~
| scanf