5426: 程序格式练习三

内存限制:128 MB 时间限制:1.000 S
评测方式:文本比较 命题人:
提交:2 解决:2

题目描述

改正下列程序中的错误,使其能正确运行,在屏幕上显示“Welcome to IMUT!"字样。

#include<stdio.h>

int mian(){

  printf(Welcome to IMUT!\n")

  return 0;

}

输入

输出

Welcome to IMUT!

样例输入 复制

样例输出 复制

Welcome to IMUT!