Search found 2 matches

by monmobear
Sat Jun 28, 2003 3:26 am
Forum: Volume 101 (10100-10199)
Topic: 10188 - Automated Judge Script
Replies: 58
Views: 37377

10188 Runtime eroor Invalid memory reference

What's wrong with this ??

I got Runtime error ... [ Invalid memory reference ]

I have tried many test data .. It is correct .. but .. >< |

Help me plz ..

[cpp]

#include<iostream.h>
#include<stdio.h>
#include<fstream.h>
#include<math.h>
void main(){

//ifstream cin("10188.in");
int i,j ...
by monmobear
Sat Jun 21, 2003 11:22 pm
Forum: Volume 100 (10000-10099)
Topic: 10013 - Super long sums
Replies: 212
Views: 67757

10013 WA >< ||

I got AC this code

[cpp]

//@BEGIN_OF_SOURCE_CODE
//@JUDGE_ID: 30286PY 10013 C++

#include<iostream.h>
#include<stdio.h>
#include<fstream.h>
#include<math.h>
//#include<conio.h>
long a[1000050]={0};

void main(){
int i,j,k;
int n,m,ta,tb,c;
int wide=5;
//ifstream cin("10013.in");

cin>>n ...

Go to advanced search