解题思路:
简单的输入输出
由于需要大量代码,为节省工作量可只用一个输出函数
注意事项:
注意文章格式,掌控好回车数量
本代码只用一个输出函数,单句可能有点长
参考代码:
#include<stdio.h>
int main()
{
printf("If I got down on my knees and I pleaded with you\nIf I crossed a million oceans just to be with you\nWould you ever let me down\n\nIf I climbed the highest mountain just to hold you tight\nIf I said that I would love you every single night\nWould you ever let me down\n\nWell I'm sorry if it sounds kinda sad\nIt's just that worried\nSo worried that you let me down\n\nBecause I love you love you\nLove you so don't let me down\n\nIf I swam the longest river just to call your name\nIf I said the way I feel for you would never change\nWould you ever fool around\n\nWell I'm sorry if it sounds kinda bad\nIt's just that worried\nI'm so worried that you let me down\n\nBecause I love you love you\nOh I love you love you love you");
}
0.0分
1 人评分
C语言程序设计教程(第三版)课后习题6.1 (C语言代码)浏览:641 |
C语言训练-求s=a+aa+aaa+aaaa+aa...a的值 (C语言代码)浏览:636 |
【明明的随机数】 (C语言代码)浏览:845 |
Cylinder (C语言描述,蓝桥杯)浏览:1279 |
文科生的悲哀 (C语言代码)浏览:1538 |
The 3n + 1 problem (C语言代码)浏览:550 |
企业奖金发放 (C语言代码)浏览:2462 |
简单的a+b (C语言代码)浏览:587 |
很简单,,题解1041:C语言程序设计教程(第三版)课后习题9.8 (C语言代码)浏览:616 |
字符串对比 (C++代码)浏览:597 |