QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#102740#5664. Printing Stickersmobbb#Compile Error//C++14377b2023-05-03 16:51:412023-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]
  • 评测
  • [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();
    }
}

Details

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