# | Submission time | Handle | Problem | Language | Result | Execution time | Memory |
---|---|---|---|---|---|---|---|
1048647 | 2024-08-08T08:56:05 Z | 5시간 대회를 2시간으로 즐길 수 있다니 완전 럭키비키잖아~(#11095) | Make them Meet (EGOI24_makethemmeet) | C++17 | 0 ms | 344 KB |
#include <bits/stdc++.h> using namespace std; int main(void) { int n,m; scanf("%d %d",&n,&m); for(int i=0;i<m;i++) { int u,v; scanf("%d %d",&u,&v); } printf("%d\n",n+1); for(int i=0;i<2;i++) { for(int j=0;j<n;j++) { printf("0 "); } printf("\n"); } for(int i=2;i<2*n;i++) { printf("0 "); for(int j=1;j<n;j++) { printf("%d ",i/2==j?0:1); } printf("\n"); } }
Compilation message
# | Verdict | Execution time | Memory | Grader output |
---|---|---|---|---|
1 | Incorrect | 0 ms | 344 KB | Trailing output, expected EOF |
2 | Halted | 0 ms | 0 KB | - |
# | Verdict | Execution time | Memory | Grader output |
---|---|---|---|---|
1 | Incorrect | 0 ms | 344 KB | Trailing output, expected EOF |
2 | Halted | 0 ms | 0 KB | - |
# | Verdict | Execution time | Memory | Grader output |
---|---|---|---|---|
1 | Incorrect | 0 ms | 344 KB | Trailing output, expected EOF |
2 | Halted | 0 ms | 0 KB | - |
# | Verdict | Execution time | Memory | Grader output |
---|---|---|---|---|
1 | Incorrect | 0 ms | 344 KB | Trailing output, expected EOF |
2 | Halted | 0 ms | 0 KB | - |
# | Verdict | Execution time | Memory | Grader output |
---|---|---|---|---|
1 | Incorrect | 0 ms | 344 KB | Trailing output, expected EOF |
2 | Halted | 0 ms | 0 KB | - |