summaryrefslogtreecommitdiff
path: root/main.cpp
blob: 3b2b2fad2cb779c8ea0cb9c3534628d1684e2b9d (plain)
1
2
3
4
5
6
7
#include <stdio.h>

using namespace std;

int main() {
  return 0;
}