#include <stdio.h>

int main()
{
    printf("this fake error is in %s on line %d\n", __FILE__, __LINE__);
    return 0;
}

 

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-11-16
  • 2021-07-04
  • 2021-06-24
  • 2021-07-10
  • 2022-12-23
猜你喜欢
  • 2021-08-15
  • 2021-07-25
  • 2021-09-25
  • 2022-12-23
  • 2022-12-23
  • 2021-09-30
相关资源
相似解决方案