| Problem | fenwicktree |
|---|---|
| User | cobnet |
| Submission Time | 2024-02-26 16:34:53 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
fenwicktree.cpp: In function ‘int main()’:
fenwicktree.cpp:32:2: error: ‘cin_tie’ was not declared in this scope
32 | cin_tie(0);
| ^~~~~~~
fenwicktree.cpp:33:2: error: ‘cout_tie’ was not declared in this scope
33 | cout_tie(0);
| ^~~~~~~~