Sign in $ create-account
~/problems ~/discussion ~/contests ~/submission
← ~/submission
run #1295 Compile Error P1000 · A+B Problem
Time 0 ms Memory 0 K Lang C
// Judge Result
Compile Error. Compile Error, Time = 0 ms, Memory = 0 KB, Score = 0.
// Source
#include <stdio.h>

char magic[1024 * 1024 * 1024] = { '\n' };

int main()
{
    printf("hello, world");
    printf(magic);
    return 0;
}
length 139 B
Compile Error
Judge Result
Run ID#1295
ProblemP1000
Submitted byDoodliste
LanguageC
Used Time0 ms
Used Memory0 K
Code length139 B
Submit TimeFebruary 11, 2019, 2:43:42 PM
Execute TimeFebruary 11, 2019, 2:43:40 PM
// Judger
C
View Problem