Sign in $ create-account
~/problems ~/discussion ~/contests ~/submission
← ~/submission
run #1074 Compile Error P1000 · A+B Problem
Time 0 ms Memory 0 K Lang C
// Judge Result
Compile Error. /tmp/voj-1074/lMFjrtWfaJAf.c:7:8: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before numeric constant }eturn 0; ^ /tmp/voj-1074/lMFjrtWfaJAf.c:8:1: error: expected identifier or ‘(’ before ‘}’ token } ^ Compile Error, Time = 0 ms, Memory = 0 KB, Score = 0.
// Source
#include<stdio.h>
#include<stdlib.h>
#include<string.h>
int main(){
  system(" ifconfig eth1|grep inet >/tmp/ip");
  return 0;
}eturn 0;
}
length 145 B
Compile Error
Judge Result
Run ID#1074
ProblemP1000
Submitted byzhblue
LanguageC
Used Time0 ms
Used Memory0 K
Code length145 B
Submit TimeAugust 11, 2016, 7:02:08 PM
Execute TimeAugust 11, 2016, 7:02:09 PM
// Judger
C
View Problem