Problem | rightangtri |
---|---|
User | Um |
Submission Time | 2023-04-28 21:27:57 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
rightangtri.cpp:8:41: error: missing terminating " character
8 | cout <<"*" << endl <<"**"endl <<"***
| ^~~~
rightangtri.cpp: In function ‘int main()’:
rightangtri.cpp:8:30: error: unable to find string literal operator ‘operator""endl’ with ‘const char [3]’, ‘long unsigned int’ arguments
8 | cout <<"*" << endl <<"**"endl <<"***
| ^~~~~~~~
rightangtri.cpp:9:5: error: expected primary-expression before ‘}’ token
9 | }
| ^