main.cpp 53 B

123456
  1. int main(int, char**)
  2. {
  3. auto i = 0;
  4. return i;
  5. }