0_0_11538802_2154.cpp:1:24: bits/stdc++.h: No such file or directory
0_0_11538802_2154.cpp: In function `int main()':
0_0_11538802_2154.cpp:26: error: `cin' undeclared (first use this function)
0_0_11538802_2154.cpp:26: error: (Each undeclared identifier is reported only once for each function it appears in.)
0_0_11538802_2154.cpp:30: error: `printf' undeclared (first use this function)
0_0_11538802_2154.cpp:33: error: `string' undeclared (first use this function)
0_0_11538802_2154.cpp:33: error: expected `;' before "s"
0_0_11538802_2154.cpp:36: error: `s' undeclared (first use this function)
0_0_11538802_2154.cpp:37: error: `getchar' undeclared (first use this function)
0_0_11538802_2154.cpp:75: error: `putchar' undeclared (first use this function)
0_0_11538802_2154.cpp:76: error: `cout' undeclared (first use this function)
0_0_11538802_2154.cpp:76: error: `endl' undeclared (first use this function)
0_0_11538802_2154.cpp:109: error: `puts' undeclared (first use this function)
|