| Problem | rightangtri |
|---|---|
| User | austenj |
| Submission Time | 2026-06-22 16:41:01 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
rightangtri.cpp: In function ‘int main()’:
rightangtri.cpp:11:12: error: expected ‘;’ before ‘}’ token
11 | cout<<'*'
| ^
| ;
12 | }
| ~
rightangtri.cpp:14:2: error: expected ‘}’ at end of input
14 | }
| ^
rightangtri.cpp:5:15: note: to match this ‘{’
5 | signed main() {
| ^