Search found 1 match

by cutes_romeo
Tue Sep 10, 2002 6:22 am
Forum: Volume 1 (100-199)
Topic: 133 - The Dole Queue
Replies: 42
Views: 10648

133 dole..???

what's wrong..????
:roll: :roll:
#include <sys/types.h>
#include <sys/stat.h>
#include <fcntl.h>
#include <stdio.h>
#include<io.h>

void main()
{
#ifndef ONLINE_JUDGE
close(0);
open("data.txt",O_RDONLY);
close(1);open("jwb.txt",O_WRONLY|O_CREAT, 0600);
#endif
int a,b,c,beres=0;
int poin1=1 ...

Go to advanced search