Submission

Status:

PPPPPPPPPP

Subtask/Task Score:

100/100

Score: 100

User: NaNjoyer

Problemset: อโมกุส

Language: cpp

Time: 0.003 second

Submitted On: 2025-10-05 21:01:44

#include<bits/stdc++.h>
using namespace std;
#define Take cin>>
#define take >>
#define Say cout<<
#define say <<
#define N endl
#define end ;
#define nonnegative unsigned
#define break break;
#define continue continue;

int main() {
    string source[] = {
        " ###",
        "##  ",
        "####",
        " # #"
    } end
    int n end
    Take n end
    for (int y = 0 ; y < 4 ; y++) {
    for (int yRepeat = 0 ; yRepeat < n ; yRepeat++) {
        for (int x = 0 ; x < 4 ; x++) {
        for (int xRepeat = 0 ; xRepeat < n ; xRepeat++) {
            Say source[y][x] end
        }}
        Say N end
    }}
return 0 end}