10 lines
129 B
C++
10 lines
129 B
C++
#include<bits/stdc++.h>
|
|
using namespace std;
|
|
|
|
int n;
|
|
|
|
int main(){
|
|
ios::sync_with_stdio(false),cin.tie(0),cout.tie(0);
|
|
|
|
|
|
} |