2312. output “Good!“

来源:互联网 发布:淘宝颜色选择图片尺寸 编辑:程序博客网 时间:2024/04/25 06:15

2312. output “Good

Constraints

Time Limit: 1 secs, Memory Limit: 0.29296875 MB

Description

output "Good!"

Input

nothing

Output

"Good!"

Sample Output

Good!

Hint

if Pascal  140K

if C 284K

if C++ 300K

Problem Source

funny thing

被虐了好几次,为毛c++总是内存超过了。

// Problem#: 2312

// Submission#: 1986001

// The source code is licensed under Creative Commons Attribution-NonCommercial-ShareAlike 3.0 Unported License

// URI: http://creativecommons.org/licenses/by-nc-sa/3.0/

// All Copyright reserved by Informatic Lab of Sun Yat-sen University

#include<stdio.h>

void main(){

printf("Good!\n");

}    

原创粉丝点击