QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#102745 | #5664. Printing Stickers | mobbb# | WA | 2ms | 3336kb | C++14 | 373b | 2023-05-03 16:56:57 | 2023-05-03 16:57:00 |
Judging History
answer
#include <bits/stdc++.h>
#define ll long long
#define endl '\n'
#define double long double
using namespace std;
const int N = 2e5 + 7;
const int mod = 998244353;
void OvO(){
ll n,k,y;cin >> n >> k >> y;
}
int main(){
ios::sync_with_stdio(false);
cin.tie(nullptr),cout.tie(nullptr);
int _ = 1;cin>>_;
while(_--){
OvO();
}
}
详细
Test #1:
score: 0
Wrong Answer
time: 2ms
memory: 3336kb
input:
1 4 9 10 10 \////\\/\ \\/\//\// //\\/\\/\ \///\//\/ .....#...##....... .##.#.....##...##. ...#.##....####... ..#.........#..##. 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1
output:
result:
wrong answer 1st lines differ - expected: '2', found: ''