| Problem | rightangtri |
|---|---|
| User | Reality1001 |
| Submission Time | 2024-02-16 22:15:06 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
rightangtri.cpp:10:14: error: stray ‘\’ in program
10 | cout << "*"\n;
| ^
rightangtri.cpp: In function ‘int main()’:
rightangtri.cpp:10:14: error: expected ‘;’ before ‘n’
10 | cout << "*"\n;
| ^~
| ;