Sign in $ create-account
~/problems ~/discussion ~/contests ~/submission
← ~/submission
run #1184 Compile Error P2007 · Count the Primes
Time 0 ms Memory 0 K Lang C
// Judge Result
Compile Error. /tmp/voj-1184/FEMcxJcMpFHN.c:1:20: fatal error: iostream: No such file or directory #include ^ compilation terminated. Compile Error, Time = 0 ms, Memory = 0 KB, Score = 0.
// Source
#include <iostream>

int main() {
    int a = 0, b = 0;
    std::cin >> a >> b;
    std::cout << a + b << std::endl;
    return 0;
}
length 132 B
Compile Error
Judge Result
Run ID#1184
ProblemP2007
Submitted byqchgood888
LanguageC
Used Time0 ms
Used Memory0 K
Code length132 B
Submit TimeFebruary 3, 2018, 4:09:44 PM
Execute TimeFebruary 3, 2018, 10:36:59 PM
// Judger
C
View Problem