Problem | rightangtri |
---|---|
User | ys |
Submission Time | 2025-03-16 20:14:19 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
rightangtri.cpp: In function ‘int main()’:
rightangtri.cpp:9:47: error: expected ‘;’ at end of input
9 | std::cout << std::string(i,'*') << std::endl
| ~~~~^
| ;
rightangtri.cpp:9:43: error: expected ‘}’ at end of input
9 | std::cout << std::string(i,'*') << std::endl
| ^~~~
rightangtri.cpp:8:32: note: to match this ‘{’
8 | for (int i = 1; i < n+1; i++) {
| ^
rightangtri.cpp:9:43: error: expected ‘}’ at end of input
9 | std::cout << std::string(i,'*') << std::endl
| ^~~~
rightangtri.cpp:4:12: note: to match this ‘{’
4 | int main() {
| ^