Submission

Status:

Compilation Error

Subtask/Task Score:

Score: 0

User: Veerawich

Problemset: จำนวนเฉพาะ (2560)

Language: cpp

Time: 0.000 second

Submitted On: 2026-01-03 14:07:37

/******************************************************************************

                              Online C++ Compiler.
               Code, Compile, Run and Debug C++ program online.
Write your code in this editor and press "Run" button to compile and execute it.

*******************************************************************************/

#include<bits/stdc++.h>
using namespace std;
int main()
{
    /*```cppโจทย์เพิ่มเติม : Pattern Printing
    สร้าง parttern printing ตามนี้ โดยรับค่า n

    ตัวอย่างที่ 1 :
    input:
    1
    output:
     /\
    /  \
    \  /
     \/
    ตัวอย่างที่ 2 :
    input:
    3
    output:
     /\-----/\-----/\
    /  \---/  \---/  \
    \  /---\  /---\  /
     \/-----\/-----\/
```

}