#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<3;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];
}
return 0;
}
# |
결과 |
실행 시간 |
메모리 |
Grader output |
1 |
Incorrect |
0 ms |
204 KB |
Output isn't correct |
2 |
Halted |
0 ms |
0 KB |
- |
# |
결과 |
실행 시간 |
메모리 |
Grader output |
1 |
Incorrect |
0 ms |
204 KB |
Output isn't correct |
2 |
Halted |
0 ms |
0 KB |
- |
# |
결과 |
실행 시간 |
메모리 |
Grader output |
1 |
Incorrect |
0 ms |
204 KB |
Output isn't correct |
2 |
Halted |
0 ms |
0 KB |
- |
# |
결과 |
실행 시간 |
메모리 |
Grader output |
1 |
Incorrect |
0 ms |
204 KB |
Output isn't correct |
2 |
Halted |
0 ms |
0 KB |
- |