Search found 2 matches
- Sat Nov 04, 2006 7:55 pm
- Forum: Volume 100 (10000-10099)
- Topic: 10026 - Shoemaker's Problem
- Replies: 82
- Views: 46996
10026 runtime error help!
I compile and run my program. It solves ok and gives the correct answer on my computer. but, ACM gives me runtime error, the error message is Invalid memory reference. I cannot see where the error is. Can anyone help me or give me some test data? My main idea is to calculate the fine of all the ...
- Thu Oct 26, 2006 2:21 pm
- Forum: Volume 4 (400-499)
- Topic: 444 - Encoder and Decoder
- Replies: 155
- Views: 44586
444 runtime error help!!!!
I'm a beginner of C++. I checked all the post about 444. But they seems irrelevent with my problem. Can anyone help me? This is my code
#include <iostream>
#include <string>
using namespace std;
int main(){
int i,j,number,output;
string input,o;
char ch;
string digit="0123456789";
string ...
#include <iostream>
#include <string>
using namespace std;
int main(){
int i,j,number,output;
string input,o;
char ch;
string digit="0123456789";
string ...