0_0_38835343_176.cpp:3:6: error: stray '#' in program
3 | .. #define int long long
| ^
0_0_38835343_176.cpp:3:2: error: expected unqualified-id before '.' token
3 | .. #define int long long
| ^
0_0_38835343_176.cpp: In function 'void solve()':
0_0_38835343_176.cpp:39:18: error: 'cin' was not declared in this scope; did you mean 'std::cin'?
39 | char op;cin>>n;
| ^~~
| std::cin
In file included from .\stdc++.h:146:
gcc-13.1.0/lib/gcc/x86_64-w64-mingw32/13.1.0/include/c++/iostream:62:18: note: 'std::cin' declared here
62 | extern istream cin; ///< Linked to standard input
| ^~~
0_0_38835343_176.cpp:55:17: error: 'cout' was not declared in this scope; did you mean 'std::cout'?
55 | cout<<'N'<<endl;return;
| ^~~~
| std::cout
gcc-13.1.0/lib/gcc/x86_64-w64-mingw32/13.1.0/include/c++/iostream:63:18: note: 'std::cout' declared here
63 | extern ostream cout; ///< Linked to standard output
| ^~~~
0_0_38835343_176.cpp:55:28: error: 'endl' was not declared in this scope; did you mean 'std::endl'?
55 | cout<<'N'<<endl;return;
| ^~~~
| std::endl
In file included from gcc-13.1.0/lib/gcc/x86_64-w64-mingw32/13.1.0/include/c++/bits/unique_ptr.h:42,
from gcc-13.1.0/lib/gcc/x86_64-w64-mingw32/13.1.0/include/c++/memory:78,
from .\stdc++.h:56:
gcc-13.1.0/lib/gcc/x86_64-w64-mingw32/13.1.0/include/c++/ostream:735:5: note: 'std::endl' declared here
735 | endl(basic_ostream<_CharT, _Traits>& __os)
| ^~~~
0_0_38835343_176.cpp:58:10: error: 'cout' was not declared in this scope; did you mean 'std::cout'?
58 | cout<<'T'<<endl;
| ^~~~
| std::cout
gcc-13.1.0/lib/gcc/x86_64-w64-mingw32/13.1.0/include/c++/iostream:63:18: note: 'std::cout' declared here
63 | extern ostream cout; ///< Linked to standard output
| ^~~~
0_0_38835343_176.cpp:58:21: error: 'endl' was not declared in this scope; did you mean 'std::endl'?
58 | cout<<'T'<<endl;
| ^~~~
| std::endl
gcc-13.1.0/lib/gcc/x86_64-w64-mingw32/13.1.0/include/c++/ostream:735:5: note: 'std::endl' declared here
735 | endl(basic_ostream<_CharT, _Traits>& __os)
| ^~~~
0_0_38835343_176.cpp: In function 'int main()':
0_0_38835343_176.cpp:63:10: error: 'ios' has not been declared
63 | ios::sync_with_stdio(false);
| ^~~
0_0_38835343_176.cpp:64:5: error: 'cin' was not declared in this scope; did you mean 'std::cin'?
64 | cin.tie(0);
| ^~~
| std::cin
gcc-13.1.0/lib/gcc/x86_64-w64-mingw32/13.1.0/include/c++/iostream:62:18: note: 'std::cin' declared here
62 | extern istream cin; ///< Linked to standard input
| ^~~
0_0_38835343_176.cpp:65:5: error: 'cout' was not declared in this scope; did you mean 'std::cout'?
65 | cout.tie(0);
| ^~~~
| std::cout
gcc-13.1.0/lib/gcc/x86_64-w64-mingw32/13.1.0/include/c++/iostream:63:18: note: 'std::cout' declared here
63 | extern ostream cout; ///< Linked to standard output
| ^~~~
|