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
MAC
СПКИ АП КЭП 2
Square of maximum
swastic
ttt
Perfect Square Solution
Simple use of function templete and namespace
TupleTel
finding counting multiple no that became a no
mine