8 lines
79 B
C++
8 lines
79 B
C++
#include<bits/stdc++.h>
|
|
|
|
using namespace std;
|
|
|
|
int main(){
|
|
|
|
return 0;
|
|
} |