AT994 11の倍数

Posted Ivanovcraft

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了AT994 11の倍数相关的知识,希望对你有一定的参考价值。

超短AC代码
压行小技巧

#include<iostream>
using namespace std;
string s;
int ans[2];
int main()
{
    cin>>s;
    int l=s.length();
    for(int i=0;i<l;i++)
        ans[(l-i)&1]+=s[i]-0;
    cout<<ans[0]<< <<ans[1]<<endl;
    return 0;
}

 

以上是关于AT994 11の倍数的主要内容,如果未能解决你的问题,请参考以下文章

AT1219 歴史の研究 解题报告

AT1219 歴史の研究

为啥ip片段必须是8字节的倍数

AT1219 歴史の研究(回滚莫队)

  我的java学习 の 数组作业

题解 AT261 与えられた数より小さい素数の個数について