Submission #21067

#TimeUsernameProblemLanguageResultExecution timeMemory
21067sbansalcsSpace Pirate (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;
}

Compilation message (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...