NOIP Program Master Co, Ltd
Production Pack Guide
Produced by pseudo-AIcoder-7a7968-58

Basic Preparing
Step 1 : File Header Preparing
  1. Write under code

    #include <bits/stdc++.h>
    using namespace std;
    //Label 1
    
    int main() {
        return 0;
    }
Ready? Go back to the Part 2 : Search Guide to start using these codes.