#include <stdio.h>
int main()
{
for
(int i=0; i<10; i++){
printf(
"hello world\n"
);
}
"第%d次印出 hello world\n"
, i );
Copyright ©2025 All rights reserved | This template is made with by Colorlib