Problem rightangtri
User noobbie
Submission Time 2025-06-01 16:12:18
Score 0
Max Time N/A
Max Memory N/A

Compile Error

rightangtri.cpp: In function ‘int main()’:
rightangtri.cpp:8:43: error: ‘endl’ was not declared in this scope; did you mean ‘std::endl’?
8 | std::cout << std::string(i + 1, '*') << endl;
| ^~~~
| std::endl
In file included from /usr/include/c++/9/iostream:39,
from rightangtri.cpp:1:
/usr/include/c++/9/ostream:599:5: note: ‘std::endl’ declared here
599 | endl(basic_ostream<_CharT, _Traits>& __os)
| ^~~~