摘要:
#include<stdio.h> int main(){ char str[]="see you"; for(int i=0;i<20;i++){ printf("%s\n",str); } } 阅读全文
posted @ 2025-04-01 16:22
华腾智算
阅读(4)
评论(0)
推荐(0)
摘要:
QT5.15.16 阅读全文
posted @ 2025-04-01 15:43
华腾智算
阅读(11)
评论(0)
推荐(0)
摘要:
#include<stdio.h> int main(){ int arr[5]; int i=0; for (i;i<=5;i++){ scanf("%d",&arr[i]); } printf("ok\n"); } 阅读全文
posted @ 2025-04-01 15:35
华腾智算
阅读(11)
评论(0)
推荐(0)