0_0_30406475_24588.cpp: In function 'int main()':
0_0_30406475_24588.cpp:10:40: error: invalid initialization of non-const reference of type 'int&' from an rvalue of type 'int'
ios::sync_with_stdio(0); cin>>tie(0);
^
In file included from GCC4.9.2/x86_64-w64-mingw32/include/c++/functional:55:0,
from GCC4.9.2/x86_64-w64-mingw32/include/c++/x86_64-w64-mingw32/bits/stdc++.h:70,
from 0_0_30406475_24588.cpp:1:
GCC4.9.2/x86_64-w64-mingw32/include/c++/tuple:1056:5: note: in passing argument 1 of 'std::tuple<_Elements& ...> std::tie(_Elements& ...) [with _Elements = {int}]'
tie(_Elements&... __args) noexcept
^
|