- Owner
- Luka Govedic̆
- Problem
- AndInt
- Contest
- MindCoding 2017 Round 3 Take Off Labs (Div. 1)
- Source
- 0.52KB
- Result
- Compile error (Non-zero exit status: 1)
Compiler output
prog.cpp: In function 'int main()': prog.cpp:19:3: error: 'j' was not declared in this scope j = log2(x) + 1; ^ prog.cpp:20:3: error: 'k' was not declared in this scope k = log2(y); ^ prog.cpp:23:3: error: 'power2' was not declared in this scope power2 = pow(2,j); ^ prog.cpp:24:3: error: 'previous' was not declared in this scope previous = x; ^