| 比赛 | NOIP模拟赛by mzx Day2 | 评测结果 | WWWWWWWWWW |
|---|---|---|---|
| 题目名称 | 拯救紫萱学姐 | 最终得分 | 0 |
| 用户昵称 | Zars19 | 运行时间 | 0.257 s |
| 代码语言 | C++ | 内存使用 | 1.14 MiB |
| 提交时间 | 2016-10-20 21:30:35 | ||
#include<iostream>
#include<cstring>
#include<cstdio>
using namespace std;
char word[1000005];
int Max=0,len;
int main()
{
freopen("savemzx.in","r",stdin);
freopen("savemzx.out","w",stdout);
cin>>word;
cout<<23;
}