#include using namespace std; int main(){ /* Read input as specified in the question. * Print output as specified in the question. */ int n; cin>>n; for(int i=0;i using namespace std; int main(){ /* Read input as specified in the question. * Print output as specified in the question. */ int n; cin>>n; for(int i=0;i using namespace std; int main(){ /* Read input as specified in the question. * Print output as specified in the question. */ int n; cin>>n; for(int i=1;i<=n;i++) { for(int j=0;j using namespace std; int main(){ /* Read input as specified in the question. * Print output as specified in the question. */ int n; cin>>n; for(int i=1;i<=n;i++) { for(int j=i;j>0;j--) cout< using namespace std; int main(){ /* Read input as specified in the question. * Print output as specified in the question. */ int n; cin>>n; for(int i=1;i<=n;i++) { for(int j=1;j<=i;j++) cout< //#include #define lli long long #define pi 3.14159265358979323846 #define MOD 1000000007 #define unbuffer cin.clear(); cin.sync(); #define foi(n) for(lli i=0;i>T;while(T--) #define loop(i, a, b) for(int i = (a); i<= (b); i++) using namespace std; //using namespace boost::multiprecision; int main() { lli n,temp=1; cin>>n; for(int i=1;i<=n;i++) { temp=i; for(int j=1;j<=i;j++) { cout< //#include #define lli long long #define pi 3.14159265358979323846 #define MOD 1000000007 #define unbuffer cin.clear(); cin.sync(); #define foi(n) for(lli i=0;i>T;while(T--) #define loop(i, a, b) for(int i = (a); i<= (b); i++) using namespace std; //using namespace boost::multiprecision; int main() { lli n,temp=1; cin>>n; for(int i=n;i>0;i--) { temp=i; for(int j=i;j<=n;j++) { cout<