답안 #823152

# 제출 시각 아이디 문제 언어 결과 실행 시간 메모리
823152 2023-08-12T08:34:42 Z ALeonidou 자동 인형 (IOI18_doll) C++17
0 / 100
1 ms 212 KB
#include "doll.h"
#include <bits/stdc++.h>

using namespace std;

#define MOD 1000000007
#define INF 1e18
#define ll int
typedef vector <int> vi;
typedef pair <int,int> ii;
#define dbg(x) cout<<#x<<": "<<x<<endl;
#define sz(x) (ll)x.size()
#define pb push_back

void printVct(vi &v){
    for (ll i= 0; i<sz(v); i++){
        cout<<v[i]<<" ";
    }
    cout<<endl;
}

void create_circuit(int M, vi a) {
    int n = sz(a);
    a.pb(0);
    // vi c(n+1), x, y;
    // for (ll i=0; i<n;i++){
    //     c[i] = a[i];
    // }
    // c.back() = 0;
    // //printVct(c);
    answer(a,vi(),vi());
}

/*
4 4
1 2 3 4
*/

Compilation message

doll.cpp: In function 'void create_circuit(int, vi)':
doll.cpp:23:9: warning: unused variable 'n' [-Wunused-variable]
   23 |     int n = sz(a);
      |         ^
# 결과 실행 시간 메모리 Grader output
1 Incorrect 1 ms 212 KB wrong motion
2 Halted 0 ms 0 KB -
# 결과 실행 시간 메모리 Grader output
1 Incorrect 1 ms 212 KB wrong motion
2 Halted 0 ms 0 KB -
# 결과 실행 시간 메모리 Grader output
1 Incorrect 1 ms 212 KB wrong motion
2 Halted 0 ms 0 KB -
# 결과 실행 시간 메모리 Grader output
1 Incorrect 0 ms 212 KB Wrong Answer: wrong array length
2 Halted 0 ms 0 KB -
# 결과 실행 시간 메모리 Grader output
1 Incorrect 0 ms 212 KB Wrong Answer: wrong array length
2 Halted 0 ms 0 KB -
# 결과 실행 시간 메모리 Grader output
1 Incorrect 0 ms 212 KB Wrong Answer: wrong array length
2 Halted 0 ms 0 KB -