0_0_1910136_27550.cpp: In function `int main()':
0_0_1910136_27550.cpp:8: error: `ci' undeclared (first use this function)
0_0_1910136_27550.cpp:8: error: (Each undeclared identifier is reported only once for each function it appears in.)
0_0_1910136_27550.cpp:10: error: no matching function for call to `strlen(std::string&)'
GCC/bin/../lib/gcc/mingw32/3.4.2/../../../../include/string.h:49: note: candidates are: size_t strlen(const char*)
0_0_1910136_27550.cpp:10: error: no matching function for call to `strlen(std::string&)'
GCC/bin/../lib/gcc/mingw32/3.4.2/../../../../include/string.h:49: note: candidates are: size_t strlen(const char*)
0_0_1910136_27550.cpp:12: error: incompatible types in assignment of `int' to `int[1000000]'
0_0_1910136_27550.cpp:17: error: no match for 'operator==' in 'a == (&b)->std::basic_string<_CharT, _Traits, _Alloc>::operator[] [with _CharT = char, _Traits = std::char_traits<char>, _Alloc = std::allocator<char>](((unsigned int)j))'
|