比赛 国庆欢乐赛3 评测结果 RRRRRRRRRRRRRRR
题目名称 Following Directions 最终得分 0
用户昵称 一乾五 运行时间 2.176 s
代码语言 C++ 内存使用 3.37 MiB
提交时间 2025-10-05 11:14:49
显示代码纯文本
#include<bits/stdc++.h>
using namespace std;

#define ll long long
#define foru(a,b,c) for(ll a=b;a<=c;a++)

ll n,cow[1505][1505];

int main(){
    cout<<(int)'D';
    return 0;
}