1 #include <stdio.h>
    2
    3 int main()
    4 {
    5     int i = 5;
✹   6     printf("%d %d\n",i);   / * wrong */
    7     return 0;
    8 }
View Code

相关文章:

  • 2021-06-05
  • 2022-12-23
  • 2021-12-03
  • 2021-05-21
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2021-11-25
  • 2021-09-14
  • 2021-04-15
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案