SOJ3266 Birthday
Posted 87hbteo
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了SOJ3266 Birthday相关的知识,希望对你有一定的参考价值。
Time Limit: 1000MS Memory Limit: 65536 K
Description
Today is Windy‘s birthday. What can I say?
Input
No input.
Output
Just one line.
思路:这个题是一个神题...过生日肯定是说生日快乐啦...但是看到很多人错所以决定还是把这个题的答案发上来吧...供大家参考
AC代码:
#include <stdio.h> int main(){ printf("Happy Birthday!\n"); return 0; }
以上是关于SOJ3266 Birthday的主要内容,如果未能解决你的问题,请参考以下文章