답안 #757939

# 제출 시각 아이디 문제 언어 결과 실행 시간 메모리
757939 2023-06-14T02:30:56 Z Adrian_Soriaga Towers (NOI22_towers) C++14
0 / 100
1 ms 340 KB
#include <bits/stdc++.h>
using namespace std;
#define ll long long
int main(){
    int a,b,n; cin>>n;
    vector<vector<int>> towers;
    for (int i=0; i<n;i++){
        cin>>a>>b;
        towers[i].push_back(a);towers[i].push_back(b);
    }
    for(int i=0;i<n;i++){ cout<<"0";}
    }
# 결과 실행 시간 메모리 Grader output
1 Runtime error 1 ms 340 KB Execution killed with signal 11
2 Halted 0 ms 0 KB -
# 결과 실행 시간 메모리 Grader output
1 Runtime error 1 ms 340 KB Execution killed with signal 11
2 Halted 0 ms 0 KB -
# 결과 실행 시간 메모리 Grader output
1 Runtime error 1 ms 340 KB Execution killed with signal 11
2 Halted 0 ms 0 KB -
# 결과 실행 시간 메모리 Grader output
1 Runtime error 1 ms 340 KB Execution killed with signal 11
2 Halted 0 ms 0 KB -
# 결과 실행 시간 메모리 Grader output
1 Runtime error 1 ms 340 KB Execution killed with signal 11
2 Halted 0 ms 0 KB -
# 결과 실행 시간 메모리 Grader output
1 Runtime error 1 ms 340 KB Execution killed with signal 11
2 Halted 0 ms 0 KB -
# 결과 실행 시간 메모리 Grader output
1 Runtime error 1 ms 340 KB Execution killed with signal 11
2 Halted 0 ms 0 KB -