Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
star print 2
//g++ 7.4.0 #include <iostream> using namespace std; int main() { int i,j,n; cin>>n; for(i=n;i<=n;i--) { for(j=1;j<=i;j++) {cout<<"*";} cout<<"\n"; } return 0; }
run
|
edit
|
history
|
help
-1
HTML Node
namelookup
Test Swap Functions
Test 17(2021)
2015(M2)Mod.
Zadanie Kalkulator z bajerami
Rectangle overlap
execution of constructor and destructor
palindrome
Search in a rotated sorted array two methods