程序员小哲


私信TA

用户名:ppz0470

访问量:5514

签 名:

只要肯努力,就一定会成功!!

等  级
排  名 4142
经  验 1685
参赛次数 9
文章发表 11
年  龄 21
在职情况 学生
学  校 赤峰学院
专  业 计算机与信息工程学院

  自我简介:

解题思路:
简单的输入输出

由于需要大量代码,为节省工作量可只用一个输出函数



注意事项:
注意文章格式,掌控好回车数量

本代码只用一个输出函数,单句可能有点长

参考代码:

#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 人评分

看不懂代码?想转换其他语言的代码? 或者想问其他问题? 试试问问AI编程助手,随时响应你的问题:

编程语言转换万能编程问答  

代码解释器

代码纠错

SQL生成与解释

  评论区