Problem rightangtri
User JAMALSGOODATROBOTICS
Submission Time 2025-01-15 20:23:08
Score 0
Max Time N/A
Max Memory N/A

Compile Error

rightangtri.cpp:2:16: error: expected identifier before ‘.’ token
2 | using namespace.std;
| ^
rightangtri.cpp:2:16: error: expected ‘;’ before ‘.’ token
2 | using namespace.std;
| ^
| ;
rightangtri.cpp:2:16: error: expected unqualified-id before ‘.’ token
rightangtri.cpp:3:1: error: ‘define’ does not name a type
3 | define int long long;
| ^~~~~~
rightangtri.cpp: In function ‘int main()’:
rightangtri.cpp:7:5: error: ‘ios_base’ has not been declared
7 | ios_base::sync_with_studio(0);
| ^~~~~~~~
rightangtri.cpp:8:5: error: ‘cin_tie’ was not declared in this scope
8 | cin_tie(0);
| ^~~~~~~
rightangtri.cpp:10:5: error: ‘cin’ was not declared in this scope; did you mean ‘std::cin’?
10 | cin >> n;
| ^~~
| std::cin
In file included from /usr/include/x86_64-linux-gnu/c++/9/bits/st