| 比赛 | 期末考试0 | 评测结果 | WWWWAWWWWW |
|---|---|---|---|
| 题目名称 | Sayaku,移动 | 最终得分 | 10 |
| 用户昵称 | ychyyx | 运行时间 | 0.029 s |
| 代码语言 | C++ | 内存使用 | 3.69 MiB |
| 提交时间 | 2026-02-07 11:14:56 | ||
#include<iostream>
#include<cstdio>
using namespace std;
string s;
int main(){
freopen("movement.in","r",stdin);
freopen("movement.out","w",stdout);
cin>>s;
cout<<1;
return 0;
}