Problem | rightangtri |
---|---|
User | JAMALSGOODATROBOTICS |
Submission Time | 2025-01-15 20:23:55 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
rightangtri.cpp: In function ‘int main()’:
rightangtri.cpp:7:15: error: ‘sync_with_studio’ is not a member of ‘std::ios_base’
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:12:5: error: ‘triangle’ was not declared in this scope
12 | triangle = "*"
| ^~~~~~~~
rightangtri.cpp:14:17: error: ‘i’ was not declared in this scope
14 | for (i = 0; i < n; i++){
| ^