Problem | fenwicktree |
---|---|
User | Daddy |
Submission Time | 2023-11-09 10:39:36 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
fenwicktree.cpp: In function ‘int main()’:
fenwicktree.cpp:52:31: error: expected ‘;’ before ‘a’
52 | cin >> a >> b >> c
| ^
| ;
53 | a++; b++;
| ~