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