文件目录

#include <bits/stdc++.h>
using namespace std;
int main()
{
    cout << 10;
    return 1;
}