답안 #595111

# 제출 시각 아이디 문제 언어 결과 실행 시간 메모리
595111 2022-07-13T11:20:12 Z AGE Sob (COCI19_sob) C++14
0 / 110
5 ms 340 KB
#include<bits/stdc++.h>
#define F first
#define S second
#define pb push_back
#define int long long

using namespace std;
const int N=1e5+10,M=2e3,mod=10;
int a[N];
int c[N][35],dp[N][35];
main()
{

    int n,m;
    cin>>n>>m;

    for(int i=0;i<n;i++)
        cout<<i<<" "<<i+n<<endl;



    return 0;

}

Compilation message

sob.cpp:11:1: warning: ISO C++ forbids declaration of 'main' with no type [-Wreturn-type]
   11 | main()
      | ^~~~
# 결과 실행 시간 메모리 Grader output
1 Incorrect 1 ms 212 KB Integer parameter [name=y] equals to 128, violates the range [724385, 724512]
2 Halted 0 ms 0 KB -
# 결과 실행 시간 메모리 Grader output
1 Incorrect 5 ms 340 KB Integer parameter [name=y] equals to 3377, violates the range [4815, 8191]
2 Halted 0 ms 0 KB -
# 결과 실행 시간 메모리 Grader output
1 Incorrect 0 ms 212 KB Integer parameter [name=y] equals to 12, violates the range [178, 189]
2 Halted 0 ms 0 KB -
# 결과 실행 시간 메모리 Grader output
1 Incorrect 1 ms 212 KB Integer parameter [name=y] equals to 128, violates the range [724385, 724512]
2 Halted 0 ms 0 KB -