比赛 | 20141105 | 评测结果 | EEEEEEEEEEEEEEEEEEEE |
---|---|---|---|
题目名称 | 神奇的压缩机 | 最终得分 | 0 |
用户昵称 | ggwdwsbs | 运行时间 | 1.574 s |
代码语言 | C++ | 内存使用 | 0.31 MiB |
提交时间 | 2014-11-05 11:58:38 | ||
#include<stdio.h> #include<string> #include<iostream> using namespace std; string s; int n,m; int main() { freopen("WinCHG.in","r",stdin); freopen("WinCHG.out","w",stdout); getline(cin,s); scanf("%d%d",n,m); printf("%d",n*s.size()); }