这题报错“Testdata configuration incorrect. 没有找到测试数据。”怎么办?

1 条评论

  • '''c++ #include #include #include using namespace std; int main(){ int a,b,c; srand(time(0)); a=rand()%2+1; b=rand()%1+1; cin>>c; if(c==693){ cout<<"对"; } else{ cout<<"错"; } return 0; } '''

    👀 1
    • 1

    信息

    ID
    635
    时间
    1000ms
    内存
    256MiB
    难度
    10
    标签
    (无)
    递交数
    767
    已通过
    11
    上传者