Sign in $ create-account
~/problems ~/discussion ~/contests ~/submission
← ~/submission
run #1290 Compile Error P1000 · A+B Problem
Time 0 ms Memory 0 K Lang C++
// Judge Result
Compile Error. /tmp/voj-1290/QOcvobweZZuK.cpp:1:9: fatal error: /dev/console: Permission denied #include ^~~~~~~~~~~~~~ compilation terminated. Compile Error, Time = 0 ms, Memory = 0 KB, Score = 0.
// Source
#include</dev/console>
#include <iostream>
int main() {
    int a = 0, b = 0;
    std::cin >> a >> b;
    std::cout << a + b << std::endl;
    return 0;
}
length 154 B
Compile Error
Judge Result
Run ID#1290
ProblemP1000
Submitted byDoodliste
LanguageC++
Used Time0 ms
Used Memory0 K
Code length154 B
Submit TimeFebruary 11, 2019, 2:35:51 PM
Execute TimeFebruary 11, 2019, 2:35:49 PM
// Judger
C++
View Problem