0_0_18026498_1706.cpp:1:10: error: #include expects "FILENAME" or <FILENAME>
#include
^
0_0_18026498_1706.cpp:2:10: error: #include expects "FILENAME" or <FILENAME>
#include
^
0_0_18026498_1706.cpp:7:2: error: stray '#' in program
bitset mybits;
^
0_0_18026498_1706.cpp:9:2: error: stray '#' in program
cout "enter a binary number: ";...
^
0_0_18026498_1706.cpp: In function 'int main()':
0_0_18026498_1706.cpp:7:3: error: lvalue required as unary '&' operand
bitset mybits;
^
0_0_18026498_1706.cpp:7:8: error: 'bitset' was not declared in this scope
bitset mybits;
^
0_0_18026498_1706.cpp:9:3: error: lvalue required as unary '&' operand
cout "enter a binary number: ";...
^
0_0_18026498_1706.cpp:9:8: error: 'cout' was not declared in this scope
cout "enter a binary number: ";...
^
0_0_18026498_1706.cpp:9:39: error: expected primary-expression before '...' token
cout "enter a binary number: ";...
^
0_0_18026498_1706.cpp:9:39: error: expected '}' at end of input
|