inTest.cpp 82 B

123456789
  1. #include <iostream>
  2. int main()
  3. {
  4. char c;
  5. std::cin >> c;
  6. return c;
  7. }