#include<stdio.h>
int main()
{
int i=0;
while(i<520)
{
printf(“i love you\n”);
i++;}
return 0;
}
1024 1024 10241024

相关文章:

  • 2021-09-12
  • 2021-06-30
  • 2021-09-24
  • 2021-12-24
  • 2021-09-23
  • 2021-11-01
  • 2021-10-02
  • 2022-01-17
猜你喜欢
  • 2022-12-23
  • 2022-02-25
  • 2022-12-23
  • 2021-06-18
相关资源
相似解决方案