11 lines
116 B
C++
11 lines
116 B
C++
#include <bits/stdc++.h>
|
|
|
|
using namespace std;
|
|
|
|
int main(){
|
|
ios::sync_with_stdio(false);
|
|
|
|
;
|
|
|
|
return 0;
|
|
} |