0_0_39508650_16798.cpp:60:2: error: stray '@' in program
60 | ~@è¦OxSÏ•®¨éN¶“XU×ul
| ^
0_0_39508650_16798.cpp:60:3: error: stray '\350' in program
60 | ~@<e8><a6>OxS<U+03D5><ae><a8><e9>N<b6><93>XU<d7>ul
| ^~~~
0_0_39508650_16798.cpp:60:4: error: stray '\246' in program
60 | ~@<e8><a6>OxS<U+03D5><ae><a8><e9>N<b6><93>XU<d7>ul
| ^~~~
0_0_39508650_16798.cpp:60:9: error: stray '\256' in program
60 | ~@<e8><a6>OxS<U+03D5><ae><a8><e9>N<b6><93>XU<d7>ul
| ^~~~
0_0_39508650_16798.cpp:60:10: error: stray '\250' in program
60 | ~@<e8><a6>OxS<U+03D5><ae><a8><e9>N<b6><93>XU<d7>ul
| ^~~~
0_0_39508650_16798.cpp:60:11: error: stray '\351' in program
60 | ~@<e8><a6>OxS<U+03D5><ae><a8><e9>N<b6><93>XU<d7>ul
| ^~~~
0_0_39508650_16798.cpp:60:13: error: stray '\266' in program
60 | ~@<e8><a6>OxS<U+03D5><ae><a8><e9>N<b6><93>XU<d7>ul
| ^~~~
0_0_39508650_16798.cpp:60:14: error: stray '\223' in program
60 | ~@<e8><a6>OxS<U+03D5><ae><a8><e9>N<b6><93>XU<d7>ul
| ^~~~
0_0_39508650_16798.cpp:60:17: error: stray '\327' in program
60 | ~@<e8><a6>OxS<U+03D5><ae><a8><e9>N<b6><93>XU<d7>ul
| ^~~~
0_0_39508650_16798.cpp: In function 'void query(char*)':
0_0_39508650_16798.cpp:60:5: error: 'OxS\U000003d5' was not declared in this scope
60 | ~@è¦OxSÏ•®¨éN¶“XU×ul
| ^~~~
0_0_39508650_16798.cpp: In function 'void Main()':
0_0_39508650_16798.cpp:94:8: error: no match for 'operator>>' (operand types are 'std::istream' {aka 'std::basic_istream<char>'} and 'char*')
94 | cin>>a+1>>c+1;
| ~~~^~~~~
| | |
| | char*
| std::istream {aka std::basic_istream<char>}
In file included from gcc-13.1.0/lib/gcc/x86_64-w64-mingw32/13.1.0/include/c++/sstream:40,
from gcc-13.1.0/lib/gcc/x86_64-w64-mingw32/13.1.0/include/c++/complex:45,
from gcc-13.1.0/lib/gcc/x86_64-w64-mingw32/13.1.0/include/c++/ccomplex:39,
from .\stdc++.h:127:
gcc-13.1.0/lib/gcc/x86_64-w64-mingw32/13.1.0/include/c++/istream:325:7: note: candidate: 'std::basic_istream<_CharT, _Traits>::__istream_type& std::basic_istream<_CharT, _Traits>::operator>>(void*&) [with _CharT = char; _Traits = std::char_traits<char>; __istream_type = std::basic_istream<char>]' (near match)
325 | operator>>(void*& __p)
| ^~~~~~~~
gcc-13.1.0/lib/gcc/x86_64-w64-mingw32/13.1.0/include/c++/istream:325:7: note: conversion of argument 1 would be ill-formed:
0_0_39508650_16798.cpp:94:11: error: cannot bind non-const lvalue reference of type 'void*&' to an rvalue of type 'void*'
94 | cin>>a+1>>c+1;
| ~^~
gcc-13.1.0/lib/gcc/x86_64-w64-mingw32/13.1.0/include/c++/istream:201:7: note: candidate: 'std::basic_istream<_CharT, _Traits>::__istream_type& std::basic_istream<_CharT, _Traits>::operator>>(long long unsigned int&) [with _CharT = char; _Traits = std::char_traits<char>; __istream_type = std::basic_istream<char>]' (near match)
201 | operator>>(unsigned long long& __n)
| ^~~~~~~~
gcc-13.1.0/lib/gcc/x86_64-w64-mingw32/13.1.0/include/c++/istream:201:7: note: conversion of argument 1 would be ill-formed:
0_0_39508650_16798.cpp:94:11: error: invalid conversion from 'char*' to 'long long unsigned int' [-fpermissive]
94 | cin>>a+1>>c+1;
| ~^~
| |
| char*
0_0_39508650_16798.cpp:94:11: error: cannot bind rvalue '(long long unsigned int)(((char*)(& a)) + 1)' to 'long long unsigned int&'
gcc-13.1.0/lib/gcc/x86_64-w64-mingw32/13.1.0/include/c++/istream:197:7: note: candidate: 'std::basic_istream<_CharT, _Traits>::__istream_type& std::basic_istream<_CharT, _Traits>::operator>>(long long int&) [with _CharT = char; _Traits = std::char_traits<char>; __istream_type = std::basic_istream<char>]' (near match)
197 | operator>>(long long& __n)
| ^~~~~~~~
gcc-13.1.0/lib/gcc/x86_64-w64-mingw32/13.1.0/include/c++/istream:197:7: note: conversion of argument 1 would be ill-formed:
0_0_39508650_16798.cpp:94:11: error: invalid conversion from 'char*' to 'long long int' [-fpermissive]
94 | cin>>a+1>>c+1;
| ~^~
| |
| char*
0_0_39508650_16798.cpp:94:11: error: cannot bind rvalue '(long long int)(((char*)(& a)) + 1)' to 'long long int&'
gcc-13.1.0/lib/gcc/x86_64-w64-mingw32/13.1.0/include/c++/istream:192:7: note: candidate: 'std::basic_istream<_CharT, _Traits>::__istream_type& std::basic_istream<_CharT, _Traits>::operator>>(long unsigned int&) [with _CharT = char; _Traits = std::char_traits<char>; __istream_type = std::basic_istream<char>]' (near match)
192 | operator>>(unsigned long& __n)
| ^~~~~~~~
gcc-13.1.0/lib/gcc/x86_64-w64-mingw32/13.1.0/include/c++/istream:192:7: note: conversion of argument 1 would be ill-formed:
0_0_39508650_16798.cpp:94:11: error: invalid conversion from 'char*' to 'long unsigned int' [-fpermissive]
94 | cin>>a+1>>c+1;
| ~^~
| |
| char*
0_0_39508650_16798.cpp:94:11: error: cannot bind rvalue '(long unsigned int)(((char*)(& a)) + 1)' to 'long unsigned int&'
gcc-13.1.0/lib/gcc/x86_64-w64-mingw32/13.1.0/include/c++/istream:188:7: note: candidate: 'std::basic_istream<_CharT, _Traits>::__istream_type& std::basic_istream<_CharT, _Traits>::operator>>(long int&) [with _CharT = char; _Traits = std::char_traits<char>; __istream_type = std::basic_istream<char>]' (near match)
188 | operator>>(long& __n)
| ^~~~~~~~
gcc-13.1.0/lib/gcc/x86_64-w64-mingw32/13.1.0/include/c++/istream:188:7: note: conversion of argument 1 would be ill-formed:
0_0_39508650_16798.cpp:94:11: error: invalid conversion from 'char*' to 'long int' [-fpermissive]
94 | cin>>a+1>>c+1;
| ~^~
| |
| char*
0_0_39508650_16798.cpp:94:11: error: cannot bind rvalue '(long int)(((char*)(& a)) + 1)' to 'long int&'
gcc-13.1.0/lib/gcc/x86_64-w64-mingw32/13.1.0/include/c++/istream:184:7: note: candidate: 'std::basic_istream<_CharT, _Traits>::__istream_type& std::basic_istream<_CharT, _Traits>::operator>>(unsigned int&) [with _CharT = char; _Traits = std::char_traits<char>; __istream_type = std::basic_istream<char>]' (near match)
184 | operator>>(unsigned int& __n)
| ^~~~~~~~
gcc-13.1.0/lib/gcc/x86_64-w64-mingw32/13.1.0/include/c++/istream:184:7: note: conversion of argument 1 would be ill-formed:
0_0_39508650_16798.cpp:94:11: error: invalid conversion from 'char*' to 'unsigned int' [-fpermissive]
94 | cin>>a+1>>c+1;
| ~^~
| |
| char*
0_0_39508650_16798.cpp:94:11: error: cannot bind rvalue '(unsigned int)(((char*)(& a)) + 1)' to 'unsigned int&'
gcc-13.1.0/lib/gcc/x86_64-w64-mingw32/13.1.0/include/c++/istream:181:7: note: candidate: 'std::basic_istream<_CharT, _Traits>& std::basic_istream<_CharT, _Traits>::operator>>(int&) [with _CharT = char; _Traits = std::char_traits<char>]' (near match)
181 | operator>>(int& __n);
| ^~~~~~~~
gcc-13.1.0/lib/gcc/x86_64-w64-mingw32/13.1.0/include/c++/istream:181:7: note: conversion of argument 1 would be ill-formed:
0_0_39508650_16798.cpp:94:11: error: invalid conversion from 'char*' to 'int' [-fpermissive]
94 | cin>>a+1>>c+1;
| ~^~
| |
| char*
0_0_39508650_16798.cpp:94:11: error: cannot bind rvalue '(int)(((char*)(& a)) + 1)' to 'int&'
gcc-13.1.0/lib/gcc/x86_64-w64-mingw32/13.1.0/include/c++/istream:177:7: note: candidate: 'std::basic_istream<_CharT, _Traits>::__istream_type& std::basic_istream<_CharT, _Traits>::operator>>(short unsigned int&) [with _CharT = char; _Traits = std::char_traits<char>; __istream_type = std::basic_istream<char>]' (near match)
177 | operator>>(unsigned short& __n)
| ^~~~~~~~
gcc-13.1.0/lib/gcc/x86_64-w64-mingw32/13.1.0/include/c++/istream:177:7: note: conversion of argument 1 would be ill-formed:
0_0_39508650_16798.cpp:94:11: error: invalid conversion from 'char*' to 'short unsigned int' [-fpermissive]
94 | cin>>a+1>>c+1;
| ~^~
| |
| char*
0_0_39508650_16798.cpp:94:11: error: cannot bind rvalue '(short unsigned int)(((char*)(& a)) + 1)' to 'short unsigned int&'
gcc-13.1.0/lib/gcc/x86_64-w64-mingw32/13.1.0/include/c++/istream:174:7: note: candidate: 'std::basic_istream<_CharT, _Traits>& std::basic_istream<_CharT, _Traits>::operator>>(short int&) [with _CharT = char; _Traits = std::char_traits<char>]' (near match)
174 | operator>>(short& __n);
| ^~~~~~~~
gcc-13.1.0/lib/gcc/x86_64-w64-mingw32/13.1.0/include/c++/istream:174:7: note: conversion of argument 1 would be ill-formed:
0_0_39508650_16798.cpp:94:11: error: invalid conversion from 'char*' to 'short int' [-fpermissive]
94 | cin>>a+1>>c+1;
| ~^~
| |
| char*
0_0_39508650_16798.cpp:94:11: error: cannot bind rvalue '(short int)(((char*)(& a)) + 1)' to 'short int&'
gcc-13.1.0/lib/gcc/x86_64-w64-mingw32/13.1.0/include/c++/istream:170:7: note: candidate: 'std::basic_istream<_CharT, _Traits>::__istream_type& std::basic_istream<_CharT, _Traits>::operator>>(bool&) [with _CharT = char; _Traits = std::char_traits<char>; __istream_type = std::basic_istream<char>]' (near match)
170 | operator>>(bo
|