input/code.cpp: In function 'int main()':
input/code.cpp:7:6: error: 'c' was not declared in this scope
cin>>c;
^
input/code.cpp:9:1: error: 'd' was not declared in this scope
d=0;
^
input/code.cpp:10:1: error: 'e' was not declared in this scope
e=1<<60;
^
input/code.cpp:10:6: warning: left shift count >= width of type [enabled by default]
e=1<<60;
^
input/code.cpp:11:7: error: expected '(' before 'x'
while x {
^
input/code.cpp:11:7: error: 'x' was not declared in this scope
input/code.cpp:11:9: error: expected ')' before '{' token
while x {
^
input/code.cpp:12:4: error: expected '(' before 'z'
if z<x+1{
^
input/code.cpp:15:1: error: 'z' was not declared in this scope
z>>=1;}
^
input/code.cpp:16:4: error: expected '(' before 'y'
if y%2==1{
^
input/code.cpp:18:1: error: 'else' without a previous 'if'
else{
^
input/code.cpp:19:5: error: no match for 'operator>>' (operand types are 'std::ostream {aka std::basic_ostream<char>}' and 'int')...