# | 제출 시각 | 아이디 | 문제 | 언어 | 결과 | 실행 시간 | 메모리 |
---|---|---|---|---|---|---|---|
447330 | 2021-07-26T06:07:47 Z | fuad27 | One-Way Streets (CEOI17_oneway) | C++14 | 1 ms | 204 KB |
#include<bits/stdc++.h> using namespace std; int main () { int n, m; cin >> n >> m; n = m; while(m--) { int a, b; cin >> a >> b; } cin >> m; while(m--) { int a, b; cin >> a >> b; } while(n--)cout<<'B'; }
# | 결과 | 실행 시간 | 메모리 | Grader output |
---|---|---|---|---|
1 | Incorrect | 1 ms | 204 KB | Output isn't correct |
2 | Halted | 0 ms | 0 KB | - |
# | 결과 | 실행 시간 | 메모리 | Grader output |
---|---|---|---|---|
1 | Incorrect | 1 ms | 204 KB | Output isn't correct |
2 | Halted | 0 ms | 0 KB | - |
# | 결과 | 실행 시간 | 메모리 | Grader output |
---|---|---|---|---|
1 | Incorrect | 1 ms | 204 KB | Output isn't correct |
2 | Halted | 0 ms | 0 KB | - |