답안 #690903

# 제출 시각 아이디 문제 언어 결과 실행 시간 메모리
690903 2023-01-30T15:36:13 Z MateiKing80 Subway (info1cup19_subway) C++14
0 / 100
1 ms 212 KB
#include <bits/stdc++.h>

using namespace std;

int main()
{
    int k;
    cin>>k;
    cout<<"0 -1\n";
    for(int i=1;i<=k;i++)
        cout<<i<<" 0\n";
}
# 결과 실행 시간 메모리 Grader output
1 Incorrect 1 ms 212 KB Integer parameter [name=N] equals to 0, violates the range [1, 1000000]
2 Halted 0 ms 0 KB -
# 결과 실행 시간 메모리 Grader output
1 Incorrect 1 ms 212 KB Integer parameter [name=N] equals to 0, violates the range [1, 1000000]
2 Halted 0 ms 0 KB -
# 결과 실행 시간 메모리 Grader output
1 Incorrect 1 ms 212 KB Integer parameter [name=N] equals to 0, violates the range [1, 1000000]
2 Halted 0 ms 0 KB -