QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#102740 | #5664. Printing Stickers | mobbb# | Compile Error | / | / | C++14 | 377b | 2023-05-03 16:51:41 | 2023-05-03 16:51:46 |
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:51:46]
- 评测
- 测评结果:Compile Error
- 用时:0ms
- 内存:0kb
- [2023-05-03 16:51:41]
- 提交
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();
}
}
详细
answer.code: In function ‘int main()’: answer.code:17:9: error: ‘OvO’ was not declared in this scope; did you mean ‘OVO’? 17 | OvO(); | ^~~ | OVO