#16248. 程序格式练习三
程序格式练习三
说明
改正下列程序中的错误,使其能正确运行,在屏幕上显示“Welcome to IMUT!"字样。
#include<stdio.h>
int mian(){
printf(Welcome to IMUT!\n")
return 0;
}
输入格式
无输出格式
Welcome to IMUT!无Welcome to IMUT!
改正下列程序中的错误,使其能正确运行,在屏幕上显示“Welcome to IMUT!"字样。
#include<stdio.h>
int mian(){
printf(Welcome to IMUT!\n")
return 0;
}
无Welcome to IMUT!
By signing up a 算道OJ universal account, you can submit code and join discussions in all online judging services provided by us.