제출 #21067

#제출 시각아이디문제언어결과실행 시간메모리
21067sbansalcs우주 해적 (JOI14_space_pirate)C++14
0 / 100
0 ms25848 KiB
#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; }

컴파일 시 표준 에러 (stderr) 메시지

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);
                                      ^

#Verdict Execution timeMemoryGrader output
Fetching results...
#Verdict Execution timeMemoryGrader output
Fetching results...
#Verdict Execution timeMemoryGrader output
Fetching results...
#Verdict Execution timeMemoryGrader output
Fetching results...