답안 #21067

# 제출 시각 아이디 문제 언어 결과 실행 시간 메모리
21067 2017-04-04T10:35:52 Z sbansalcs 우주 해적 (JOI14_space_pirate) C++14
0 / 100
0 ms 25848 KB
#include <iostream>
using namespace std;
typedef long long ll;
const int N = 1e5+2;
int dp[N][61];
int main() {
    int n;ll k;scanf("%d %lld",&n,&k);
    return 0;
}

Compilation message

space_pirate.cpp: In function 'int main()':
space_pirate.cpp:7:38: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
     int n;ll k;scanf("%d %lld",&n,&k);
                                      ^

# 결과 실행 시간 메모리 Grader output
1 Incorrect 0 ms 25848 KB Output isn't correct
2 Halted 0 ms 0 KB -
# 결과 실행 시간 메모리 Grader output
1 Incorrect 0 ms 25848 KB Output isn't correct
2 Halted 0 ms 0 KB -
# 결과 실행 시간 메모리 Grader output
1 Incorrect 0 ms 25848 KB Output isn't correct
2 Halted 0 ms 0 KB -
# 결과 실행 시간 메모리 Grader output
1 Incorrect 0 ms 25848 KB Output isn't correct
2 Halted 0 ms 0 KB -