记录编号 606919 评测结果 WWWWWWWWWWWWWWWWWWWWWWWWW
题目名称 4116.[统一省选 2025]追忆 最终得分 0
用户昵称 Gravatar梦那边的美好TT 是否通过 未通过
代码语言 C++ 运行时间 0.070 s
提交时间 2025-10-04 17:08:28 内存使用 3.67 MiB
显示代码纯文本
#include <bits/stdc++.h>
using namespace std;
int ans=0;
int main(){
    freopen("recall.in","r",stdin);
    freopen("recall.out","w",stdout);
    while(ans++){
        if(ans%2==1) ans--;
    }
    return 0;
}