团体程序设计天梯赛-练习集 L1-052 2018我们要赢 (5分)

在这里插入图片描述

java:

public class Main {

	public static void main(String[] args) {
		System.out.println("2018");
		System.out.println("wo3 men2 yao4 ying2 !");
	}
    
}

c:

#include <stdio.h>
int main()
{
    printf("2018\nwo3 men2 yao4 ying2 !");
    return 0;
}
发布了161 篇原创文章 · 获赞 117 · 访问量 6051

猜你喜欢

转载自blog.csdn.net/qq_44458489/article/details/105232853