Sign in $ create-account
~/problems ~/discussion ~/contests ~/submission
← ~/submission
run #1010 Compile Error P2008 · Factorial Modulo
Time 0 ms Memory 0 K Lang C
// Judge Result
Compile Error. /tmp/voj-1010/MyDTMkvOYuys.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 141 B
Compile Error
Judge Result
Run ID#1010
ProblemP2008
Submitted byvoj#tester
LanguageC
Used Time0 ms
Used Memory0 K
Code length141 B
Submit TimeDecember 17, 2015, 4:35:48 AM
Execute TimeDecember 17, 2015, 4:35:50 AM
// Judger
C
View Problem