fork download
  1. #include <assert.h>
  2.  
  3. int main() {
  4. assert(2147483647 + 1 == 2147483648);
  5. }
Runtime error #stdin #stdout #stderr 0s 4932KB
stdin
Standard input is empty
stdout
Standard output is empty
stderr
prog: prog.c:4: int main(): Assertion `2147483647 + 1 == 2147483648' failed.