← Back to List

7287번: 등록 ↗

Solutions

C++14
60 B | 60 chars
#include <stdio.h>
int main()
{
    printf("3\nsingun11");
}