Problem rightangtri
User IsoceledAsh
Submission Time 2023-07-27 20:53:14
Score 0
Max Time N/A
Max Memory N/A

Compile Error

rightangtri.cpp:5:1: error: ‘cout’ does not name a type
5 | cout << "";
| ^~~~
rightangtri.cpp:6:1: error: ‘cin’ does not name a type
6 | cin >> n;
| ^~~