Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
Triangle
//Triangle #include <iostream> int main() { for(int i = 0; i < 10; i++) { std::cout << "\n*"; for(int j = 0; j < i; j++) { std::cout << "*"; } } }
run
|
edit
|
history
|
help
0
Test 8(2020)
Kth Smallest Element (with extra space)
matrix2
integer division
void sun()
figa gratis
Test 9(2021)
Simple Interest Calculator
combine c++ string with dynamically allocated c array of chars through overloaded add operator
Text Justification