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