supertrees.cpp:105:10: warning: character constant too long for its type
105 | Bu kod to'liq emas, lekin asosiy g'oyani ko'rsatadi.
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
supertrees.cpp:105:44: warning: missing terminating ' character
105 | Bu kod to'liq emas, lekin asosiy g'oyani ko'rsatadi.
| ^
supertrees.cpp:105:44: error: missing terminating ' character
105 | Bu kod to'liq emas, lekin asosiy g'oyani ko'rsatadi.
| ^~~~~~~~~
supertrees.cpp:107:3: warning: missing terminating ' character
107 | To'liq yechim uchun masalaning rasmiy solutionini qidirib toping (IOI 2015 Supertrees solution).
| ^
supertrees.cpp:107:3: error: missing terminating ' character
107 | To'liq yechim uchun masalaning rasmiy solutionini qidirib toping (IOI 2015 Supertrees solution).
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
supertrees.cpp:109:8: warning: character constant too long for its type
109 | Agar qo'shimcha ma'lumot kerak bo'lsa, so'rang.
| ^~~~~~~~~~~~~~~~~
supertrees.cpp:109:34: warning: character constant too long for its type
109 | Agar qo'shimcha ma'lumot kerak bo'lsa, so'rang.
| ^~~~~~~~~~~~~
supertrees.cpp: In function 'int construct(const std::vector<std::vector<int> >&)':
supertrees.cpp:90:19: error: expected ';' before 'i'
90 | for (int j i+1; j < n; j++) {
| ^~
| ;
supertrees.cpp:90:30: error: expected ')' before ';' token
90 | for (int j i+1; j < n; j++) {
| ~ ^
| )
supertrees.cpp:90:32: error: 'j' was not declared in this scope
90 | for (int j i+1; j < n; j++) {
| ^
supertrees.cpp: At global scope:
supertrees.cpp:105:1: error: 'Bu' does not name a type
105 | Bu kod to'liq emas, lekin asosiy g'oyani ko'rsatadi.
| ^~