10761: 程序格式练习三
Memory Limit:128 MB
Time Limit:1.000 S
Judge Style:Text Compare
Creator:
Submit:2
Solved:0
Description
改正下列程序中的错误,使其能正确运行,在屏幕上显示“Welcome to IMUT!"字样。
#include<stdio.h>
int mian(){
printf(Welcome to IMUT!\n")
return 0;
}
Input
无
Output
Welcome to IMUT!
Sample Input Copy
无
Sample Output Copy
Welcome to IMUT!