QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#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;
}
Details
Tip: Click on the bar to expand more detailed information
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)