[ create a new paste ] login | about

Link: http://codepad.org/73TUKbaX    [ raw code | output | fork ]

C, pasted on Jan 11:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#include <stdio.h>
#include <stdlib.h>

int main(void)
{
    int A[500], B[500], i;
    
    if(i-1<0) i=500;

    B[i] = A[i-1] + B[i];



system("pause");
return 0;
}


Output:
1
Disallowed system call: SYS_fork


Create a new paste based on this one


Comments: