Submission
Status:
PPPPPPPPPP
Subtask/Task Score:
100/100
Score: 100
User: Kridbutspeedruncompiler
Problemset: อโมกุส
Language: cpp
Time: 0.002 second
Submitted On: 2025-10-05 18:14:50
#include <bits/stdc++.h>
using namespace std;
int main() {
int x;
cin >> x;
for(int i = 0;i<x;i++){
for(int i = 0;i < x;i++){
cout <<" " ;
}for(int i = 0;i < 3*x;i++){
cout <<"#" ;
}
cout << " " << "\n";
}
for(int i = 0;i<x;i++){
for(int i = 0;i < 2*x;i++){
cout <<"#" ;
}
cout << " " << "\n";
}
for(int i = 0;i<x;i++){
for(int i = 0;i < 4*x;i++){
cout <<"#" ;
}
cout << " " << "\n";
}
for(int i = 0;i<x;i++){
for(int i =0;i<2;i++){
for(int i = 0;i < x;i++){
cout <<" " ;
}for(int i = 0;i < x;i++){
cout <<"#" ;
}
}
cout << " " << "\n";
}
return 0;
}