QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#390591#3786. Damaging Your Spreadsheet (Spreadsheet Tracking II)wanyu0 0ms3520kbC++2099b2024-04-15 17:28:352024-04-15 17:28:36

Judging History

你现在查看的是最新测评结果

  • [2024-04-15 17:28:36]
  • 评测
  • 测评结果:0
  • 用时:0ms
  • 内存:3520kb
  • [2024-04-15 17:28:35]
  • 提交

answer

#include<iostream>
#include<bits/stdc++.h>

using namespace std;

int main()
{
    
    return 0;
}

详细

Test #1:

score: 0
Wrong Answer
time: 0ms
memory: 3520kb

input:

5000 5000
50
IR 1 2206
DR 2 1019 4575
DR 1 1984
DC 4 3885 2083 3011 50
DR 4 1491 1852 1367 4779
EX 4097 2584 2972 105
DR 4 1721 2906 4770 3820
EX 3193 136 4547 841
DC 5 3654 3279 3643 4764 4483
IR 5 2763 347 2628 2276 1540
DR 4 2121 4450 460 1534
EX 4310 3871 2638 613
IR 3 2430 4252 1286
IR 3 3618 4...

output:


result:

wrong answer 1st lines differ - expected: 'Spreadsheet #1', found: ''