Official

A - パ研合宿2020 Editorial by kaage


2021 と出力すれば良いです。 例えば C/C++ だと次のように書けます。

#include <stdio.h>
int main(){
    printf("2021\n");
}

posted:
last update: