3902 - 2015.10.31计科就是屌
输出computer science is always better than software engineering
Input
无
Output
computer science is always better than software engineering
Examples
Input
无
Output
computer science is always better than software engineering
Solution C
#include <stdio.h> int main(){ printf("computer science is always better than software engineering"); return 0; }
Solution C++
#include<stdio.h> int main() { printf("computer science is always better than software engineering\n"); }