QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#523914#8230. Submissionslangminjie#WA 0ms3704kbC++14165b2024-08-18 22:50:452024-08-18 22:50:46

Judging History

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

  • [2024-08-18 22:50:46]
  • 评测
  • 测评结果:WA
  • 用时:0ms
  • 内存:3704kb
  • [2024-08-18 22:50:45]
  • 提交

answer

#include <iostream>
#include <cstdio>
using namespace std;

int main(){
        int a,b;
       cin>>a>>b;
      if(a+b<100) cout<<a+b<<endl;

	return 0;
}

詳細信息

Test #1:

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

input:

2
5
TSxingxing10 G 0 rejected
TSxingxing10 B 83 accepted
aoliaoligeiliao J 98 accepted
TS1 J 118 accepted
TS1 B 263 accepted
12
AllWayTheNorth A 0 rejected
YaoYaoLingXian Y 10 accepted
XuejunXinyoudui1 X 200 rejected
XuejunXinyoudui1 X 200 accepted
LetItRot L 215 accepted
AllWayTheNorth W 250 accept...

output:

7

result:

wrong answer the numbers are different in the case 1. (test case 1)