| Problem | givingtree |
|---|---|
| User | Pranav12 |
| Submission Time | 2026-06-23 10:48:07 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
givingtree.cpp: In function ‘int main()’:
givingtree.cpp:45:27: error: expected ‘}’ at end of input
45 | cout << ctree << "\n";}
| ^
givingtree.cpp:13:15: note: to match this ‘{’
13 | if (k == 1){
| ^
givingtree.cpp:45:27: error: expected ‘}’ at end of input
45 | cout << ctree << "\n";}
| ^
givingtree.cpp:5:15: note: to match this ‘{’
5 | signed main() {
| ^