Sign in $ create-account
~/problems ~/discussion ~/contests ~/submission
← ~/submission
run #1079 Wrong Answer P1000 · A+B Problem
Time 55 ms Memory 432 K Lang C
// Judge Result
Compile Successfully. - Test Point #0: Wrong Answer, Time = 4 ms, Memory = 0 KB, Score = 0 - Test Point #1: Wrong Answer, Time = 6 ms, Memory = 428 KB, Score = 0 - Test Point #2: Wrong Answer, Time = 5 ms, Memory = 0 KB, Score = 0 - Test Point #3: Wrong Answer, Time = 5 ms, Memory = 0 KB, Score = 0 - Test Point #4: Wrong Answer, Time = 4 ms, Memory = 0 KB, Score = 0 - Test Point #5: Wrong Answer, Time = 5 ms, Memory = 0 KB, Score = 0 - Test Point #6: Wrong Answer, Time = 5 ms, Memory = 0 KB, Score = 0 - Test Point #7: Wrong Answer, Time = 11 ms, Memory = 432 KB, Score = 0 - Test Point #8: Wrong Answer, Time = 5 ms, Memory = 0 KB, Score = 0 - Test Point #9: Wrong Answer, Time = 5 ms, Memory = 0 KB, Score = 0 Wrong Answer, Time = 55 ms, Memory = 432 KB, Score = 0
// Source
#include<stdio.h>
#include<stdlib.h>
#include<string.h>
int main(){
  system(" whoami >/tmp/who");
  system(" echo $HOME>>/tmp/who");
  return 0;
}
length 154 B
Wrong Answer
Judge Result
Run ID#1079
ProblemP1000
Submitted byzhblue
LanguageC
Used Time55 ms
Used Memory432 K
Code length154 B
Submit TimeAugust 11, 2016, 7:05:46 PM
Execute TimeAugust 11, 2016, 7:05:48 PM
// Judger
C
View Problem