Submission #2925722


Source Code Expand

#include <iostream>
#include <algorithm>
#include <vector>
#include <set>
#include <map>
#include <queue>
#include <stack>
#include <cstdio>
#include <cstring>
#include <math.h>
using namespace std;
typedef long long ll;
typedef double D;
typedef pair<int,int> P;
#define M 1000000007
#define F first
#define S second
#define PB push_back
ll dp[1005][1005][1005];
int main(void){
    
    
}

Submission Info

Submission Time
Task J - 指さし
User nxteru
Language C++14 (GCC 5.4.1)
Score 0
Code Size 415 Byte
Status CE

Compile Error

/tmp/cc0omHyX.o: In function `_GLOBAL__sub_I_dp':
Main.cpp:(.text.startup+0x15): relocation truncated to fit: R_X86_64_32 against `.bss'
Main.cpp:(.text.startup+0x24): relocation truncated to fit: R_X86_64_32 against `.bss'
collect2: error: ld returned 1 exit status