比赛 | 20141105 | 评测结果 | WWAAAWWWWWWWWWWWWWWW |
---|---|---|---|
题目名称 | 神奇的压缩机 | 最终得分 | 15 |
用户昵称 | Iostream3100 | 运行时间 | 0.015 s |
代码语言 | C++ | 内存使用 | 0.30 MiB |
提交时间 | 2014-11-05 11:25:31 | ||
#include<iostream> #include<cstdio> #include<cmath> #include<algorithm> #include<cstring> using namespace std; int main(){ freopen("WinCHG.in","r",stdin); freopen("WinCHG.out","w",stdout); string s; int A,B; cin>>s; cin>>A>>B; cout<<s.size()*A<<endl; }