QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#523914 | #8230. Submissions | langminjie# | WA | 0ms | 3704kb | C++14 | 165b | 2024-08-18 22:50:45 | 2024-08-18 22:50:46 |
Judging History
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)