Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
32
#include <iostream> #include <iomanip> using namespace std; int main() { int a; cin >> a; for (int i = 1; i <= a; i++) { for (int j = a; j >= 1; j--) { if (a-i>=j) { cout << "*"; } else { cout << " "; } } cout << endl; } cout << "\n\n"; return 0; }
run
|
edit
|
history
|
help
0
_countof constexpr
vaska
pitch errors verification for Nowhk
Multiple inheritance of empty classes - sizeof
#27
Visual Studio expand modified
Preserving strict aliasing Union example
algorithm_1
Dices by GOOSE
Not Common Numbers