summaryrefslogtreecommitdiffstats
path: root/Main/C++/2018/S3.cpp
blob: 9712f6aef8873fb963fc9a1c960c0b9b85d9ad5c (plain)
1
2
3
4
5
6
7
8
#include <bits/stdc++.h>
using namespace std;

int main()
{

    return 0;
}