| Problem | rightangtri |
|---|---|
| User | Dubidubidaphdaph |
| Submission Time | 2026-06-23 08:42:00 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
rightangtri.cpp: In function ‘int main()’:
rightangtri.cpp:9:7: error: ‘i’ was not declared in this scope
9 | for (i=0; i<n; i++) {
| ^
rightangtri.cpp:10:9: error: expected ‘;’ before ‘cout’
10 | s+="*"
| ^
| ;
11 | cout << s << "\n";
| ~~~~