0_0_19712169_10387.cpp:1:2: error: stray '#' in program
9#include <iostream>
^
0_0_19712169_10387.cpp:1:1: error: expected unqualified-id before numeric constant
9#include <iostream>
^
0_0_19712169_10387.cpp: In function 'int main()':
0_0_19712169_10387.cpp:7:12: error: 'cin' was not declared in this scope
while (cin >> a>>b)
^
0_0_19712169_10387.cpp:23:17: error: 'cout' was not declared in this scope
cout <<0 <<c[i] << " ";
^
0_0_19712169_10387.cpp:25:17: error: 'cout' was not declared in this scope
cout <<c[i] <<" ";
^
0_0_19712169_10387.cpp:28:13: error: 'cout' was not declared in this scope
cout <<0 << c[j-1] << endl;
^
0_0_19712169_10387.cpp:28:35: error: 'endl' was not declared in this scope
cout <<0 << c[j-1] << endl;
^
0_0_19712169_10387.cpp:30:13: error: 'cout' was not declared in this scope
cout <<c[j-1]<< endl;
^
0_0_19712169_10387.cpp:30:29: error: 'endl' was not declared in this scope
cout <<c[j-1]<< endl;
^
0_0_19712169_10387.cpp: At global scope:
0_0_19712169_10387.cpp:33:2: error: mixing declarations and function-definitions is forbidden
},10800
^
0_0_19712169_10387.cpp:33:3: error: expected unqualified-id before numeric constant
},10800
^
|