main.cpp 71 B

1234567
  1. #include <iostream>
  2. using namespace std;
  3. int main() {
  4. return 0;
  5. }