QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#102745#5664. Printing Stickersmobbb#WA 2ms3336kbC++14373b2023-05-03 16:56:572023-05-03 16:57:00

Judging History

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

  • [2023-08-10 23:21:45]
  • System Update: QOJ starts to keep a history of the judgings of all the submissions.
  • [2023-05-03 16:57:00]
  • 评测
  • 测评结果:WA
  • 用时:2ms
  • 内存:3336kb
  • [2023-05-03 16:56:57]
  • 提交

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: ''