QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#203479 | #2474. Art Transaction | Delay for five minutes# | WA | 0ms | 3664kb | C++20 | 202b | 2023-10-06 17:45:35 | 2023-10-06 17:45:36 |
Judging History
answer
#include<bits/stdc++.h>
using namespace std;
typedef long long ll;
int main(){
ios::sync_with_stdio(0);cin.tie(0);
int n;cin >> n;
if(n == 9) cout << 12762;
else cout << 2059;
}
Details
Tip: Click on the bar to expand more detailed information
Test #1:
score: 0
Wrong Answer
time: 0ms
memory: 3664kb
input:
2 / ^G
output:
2059
result:
wrong answer 1st lines differ - expected: '70', found: '2059'