sum41单曲pieces歌词正确翻译

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了sum41单曲pieces歌词正确翻译相关的知识,希望对你有一定的参考价值。

参考技术A 哥们给你两种翻译你参考下. 1.官方翻译: 中文翻译sum 41- pieces(碎片) 我试着去变得很完美, 但是没有东西值得这样, 我不相信它让我变得很真实, 我曾以为改变应该会很简单! 但是没有人相信我,! 我所说的一切就代表了我的意思! 如果你相信它会在我的灵魂里! 我将会说出我知道的所有词语! 只是想看看它会不会展示出来! 那就是我想告诉你的, 那我自己也会比较好, 这个地方很空洞,! 我觉得这很吸引人.~! 我不知道为什么它变得很坏, 有的时候它变得很疯狂,没有东西可以救我, 但是它却是我唯一拥有的东西, 如果你相信它会在我的灵魂里, 我将会说出我知道的所有词语, 只是想看看它会不会展示出来, 那就是我想告诉你的, 那我自己也会比较好, (在我自己!) 我试着去变得很完美, 它真的不值得这样, 没有东西是完全错误的, 它很难相信我, 这从未变得很容易, 我猜我知道所有的一切, 如果你相信它会在我的灵魂里, 我将会说出我知道的所有词语,, 只是想看看它会不会展示出来, 那就是我想告诉你的, 那我自己也会比较好. 2.I try to be perfect But nothing was worth it I don't believe it makes me real 努力追逐完美 却遭人唾弃 这难以置信的现实 I'd thought it'd be easy But no one believes me I left all the things that I said 认为轻而易举 却无人相信 我只能将它藏起 Chorus: If you believe it's in my soul I'll say all the words I know just to see if it would show But I tried to let you know that I'm better off on my own 如果你还相信这颗灼热的崩溃的心 我会将一切坦白于你 你会看到它真实的颤动 但是我还是要让你懂 或许我会走自己的路 This place is so empty My thoughts are so tempting I don't konw how it got so bad 我的世界如此空虚 而孤独却想逃避 我不懂为什么这样 Sometimes it's so crazy that nothing could save me But it's the only thing that I have 有时它会疯狂 甚至无法拯救 可是疯狂已是我的所有 Chorus: If you believe it's in my soul I'll say all the words I know just to see if it would show But I tried to let you know that I'm better off on my own 如果你还相信这颗灼热的崩溃的心 我会将一切坦白于你 你会看到它真实的颤动 但是我还是要让你懂 或许我会走自己的路 I tried to be perfect It just wasn't worth it Nothing could never be so wrong 曾为你追逐完美 却毫无意义 我从未陷入如此的困境 It's hard to believe me It's never gets easy 想相信我很难 我从来都让人不安 我想这我一直都明白 Chorus: If you believe it's in my soul I'll say all the words I know just to see if it would show But I tried to let you know that I'm better off on my own 如果你还相信这颗灼热的崩溃的心 我会将一切坦白于你 你会看到它真实的颤动 但是我还是要让你懂 或许我会走自己的路 参考资料:sum41吧本回答被提问者采纳

题解[CodeForces171C]A Piece of Cake

Description

给你\(n\)个数,求出\(\sum_i=1^n a_i\times i\qquad\)

Input

\(n + 1\)个数,分别为\(n\)\(n\)个数\(a_i\)(\(1\)\(\leq i \le n\))。

Output

\(\sum_i=1^n a_i\times i\qquad\)

Examples

Input

4 1 2 3 4

Output

30

Solution

根据题目翻译可知:这是一道模拟题。

首先,输入一个整数\(n\),接下来输入\(n\)个整数,分别为\(a_1\),\(a_2\), \(\cdots\),\(a_n\) ,要你输出\(ans\) \(=\) \(\sum_i=1^n a_i\times i\qquad\)

我们可以用一层循环来枚举\(i\)\(i\)的范围从\(1\) ~ \(n\),每次输入\(a_i\)时,就可以将答案\(ans\)增加\(a_i\) \(\times\) \(i\),最后输出答案\(ans\)即可。

算法时间复杂度:\(\Theta(n)\),空间复杂度:\(\Theta(1)\)

Code

#include <iostream>
#include <cstdio>
#include <cstdlib>
#include <cstring>
#include <algorithm>
#include <cmath>
#include <cctype>//头文件准备

using namespace std;//使用标准名字空间

inline int gi()//快速读入,不解释

    int f = 1, x = 0;
    char c = getchar();
    while (c < '0' || c > '9')
    
        if (c == '-') f = -1;
        c = getchar();
    
    while (c >= '0' && c <= '9')
    
        x = x * 10 + c - '0';
        c = getchar();
    
    return f * x;


int n, sum;//n为数字的个数,sum为答案

int main()//进入主函数

    n = gi();//输入数字个数
    for (int i = 1; i <= n; i++)
    
        int x = gi();//依次输入每个数
        sum = sum + i * x;//更新答案
    
    printf("%d\n", sum);//输出最终答案
    return 0;//完美结束

以上是关于sum41单曲pieces歌词正确翻译的主要内容,如果未能解决你的问题,请参考以下文章

谁能告诉我W_inds的pieces的中文歌词

求monkey majik新单曲 headlight 罗马音

forever的歌词翻译成中文是啥

翻译下A little respect歌词

《Shape Of My Heart》的歌词翻译(中英文对照)

Git Fresh--No Girlfriend的歌词,最好加上翻译,谢了!