run-fail.cpp 209 B

12345678910
  1. // (C) Copyright Beman Dawes 2003.
  2. // See accompanying license for terms and conditions of use.
  3. #include <iostream>
  4. int main()
  5. {
  6. std::cout << "example of output from a run-time failure\n";
  7. return 1;
  8. }
粤ICP备19079148号