Problem | 727 |
---|---|
User | ianzz |
Submission Time | 2023-02-25 14:50:04 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
727.cpp:17:1: error: expected initializer before ‘int’
17 | int count727(int l, int r) {
| ^~~
727.cpp: In function ‘int main()’:
727.cpp:32:9: error: ‘nums’ was not declared in this scope
32 | nums[i] = c - '0';
| ^~~~
727.cpp:35:17: error: ‘count727’ was not declared in this scope
35 | frac sol = {count727(1,N),N};
| ^~~~~~~~