Run ID 作者 问题 语言 测评结果 分数 时间 内存 代码长度 提交时间
52342 一碗石榴真有趣~ 修复符文 C++ 解答错误 0 0 MS 252 KB 128 2022-07-19 11:55:18

Tests(0/20):


#include <iostream> using namespace std; int main(){ int t; cin>>t; while(t--){ cout<<"yes"<<endl; } return 0; }


测评信息: