Java教程

1399-山东科技大学OJ

本文主要是介绍1399-山东科技大学OJ,对大家解决编程问题具有一定的参考价值,需要的程序猿们随着小编来一起学习吧!

1399-山东科技大学OJ


Just a Demo to Student
Time Limit: 1 Sec Memory Limit: 2 MB

Description

这是一个用于上课给学生演示的例子。用于在屏幕上输出:

welcome! This is the first C program.

Input

Output

welcome! This is the first C program.

Sample Input

Sample Output

welcome! This is the first C program.

HINT

Append Code

代码仅供参考,请勿抄袭
C代码

#include<stdio.h>
 
int main() {
    printf("welcome! This is the first C program.");
    return 0;
}
这篇关于1399-山东科技大学OJ的文章就介绍到这儿,希望我们推荐的文章对大家有所帮助,也希望大家多多支持为之网!