답안 #499510

# 제출 시각 아이디 문제 언어 결과 실행 시간 메모리
499510 2021-12-28T14:21:40 Z Ghazal_Dwai Kaučuk (COCI21_kaucuk) C++14
0 / 50
1 ms 332 KB
#include <bits/stdc++.h>
using namespace std;
string a[5];
string b[5];
string c[5];
int main(){
int n;
cin>>n;
for(int i=0;i<n;i++){
    cin>>a[i];
    cin>>b[i];
    cin>>c[i];
}
for(int i=0;i<n;i++){
    cout<<1<<" "<<a[1]<<'\n';
    cout<<2<<" "<<b[1]<<'\n';
    cout<<3<<" "<<c[1]<<'\n';
}
    
    
    
    return 0;
}
# 결과 실행 시간 메모리 Grader output
1 Incorrect 0 ms 204 KB Output isn't correct
2 Halted 0 ms 0 KB -
# 결과 실행 시간 메모리 Grader output
1 Runtime error 1 ms 332 KB Execution killed with signal 11
2 Halted 0 ms 0 KB -
# 결과 실행 시간 메모리 Grader output
1 Runtime error 1 ms 332 KB Execution killed with signal 11
2 Halted 0 ms 0 KB -
# 결과 실행 시간 메모리 Grader output
1 Incorrect 0 ms 204 KB Output isn't correct
2 Halted 0 ms 0 KB -