比赛 2026.8.28 评测结果 WWWWWWWWWW
题目名称 无法拒绝孤独的她 最终得分 0
用户昵称 wmlsxzh 运行时间 0.029 s
代码语言 C++ 内存使用 3.72 MiB
提交时间 2026-08-28 12:16:17
显示代码纯文本
#include<bits/stdc++.h>
using namespace std;
#define MAXN 100005
int a[MAXN],diff[MAXN],n,k,p;
int main(){
    freopen("cantrefuse.in","r",stdin);
    freopen("cantrefuse.out","w",stdout);
    printf("Doing what you love to do in your spare time without feeling tired is simply called a hobby. A hobby can be an escape from regular things like studies and work. Hobbies give us the real enjoyment of life and we just ignore all the concerns and stress. Different people pursue different hobbies.");
    return 0;
}