the code works perfectly on my com, can anyone tell me what is causing the runtime error?
#include <stdio.h>
#include <string.h>
struct person
{
char title[128], first[128], last[128], address[128];
char depart[128], homep[128],workp[128], campusb[128];
};
int isblank(char *str)
{
int i ...
Search found 11 matches
- Thu Dec 23, 2004 5:11 pm
- Forum: Volume 4 (400-499)
- Topic: 450 - Little Black Book
- Replies: 57
- Views: 12352
- Wed Nov 17, 2004 5:26 am
- Forum: Volume 4 (400-499)
- Topic: 443 - Humble Numbers
- Replies: 82
- Views: 18095
- Mon Nov 01, 2004 5:14 pm
- Forum: Volume 4 (400-499)
- Topic: 443 - Humble Numbers
- Replies: 82
- Views: 18095
- Mon Nov 01, 2004 5:10 pm
- Forum: Volume 4 (400-499)
- Topic: 443 - Humble Numbers
- Replies: 82
- Views: 18095
443 Humble Numbers WA
[Deleted]
- Thu Aug 28, 2003 12:06 pm
- Forum: Volume 4 (400-499)
- Topic: 497 - Strategic Defense Initiative
- Replies: 144
- Views: 44442
- Wed Aug 27, 2003 8:42 am
- Forum: Volume 4 (400-499)
- Topic: 497 - Strategic Defense Initiative
- Replies: 144
- Views: 44442
- Sun Aug 24, 2003 12:20 pm
- Forum: Volume 4 (400-499)
- Topic: 497 - Strategic Defense Initiative
- Replies: 144
- Views: 44442
497 RTE
I edited my program many times but still dunno why i get invalid memory reference all the time, can anyone tell me?
#include <stdio.h>
#include <string.h>
int main()
{
int n,data[100000],best[100000],a,b,now,max,pre[100000],last,show[100000],count;
scanf("%d",&n);
while (n > 0)
{
for (a = 0 ...
#include <stdio.h>
#include <string.h>
int main()
{
int n,data[100000],best[100000],a,b,now,max,pre[100000],last,show[100000],count;
scanf("%d",&n);
while (n > 0)
{
for (a = 0 ...
- Wed Aug 13, 2003 11:32 am
- Forum: Volume 4 (400-499)
- Topic: 499 - What's The Frequency, Kenneth?
- Replies: 93
- Views: 20745
Thank you
Oh,
Calculation error
heehee thanks for pointing it out


- Fri Aug 01, 2003 2:48 pm
- Forum: Volume 4 (400-499)
- Topic: 499 - What's The Frequency, Kenneth?
- Replies: 93
- Views: 20745
Q499
My program seems correct, can anyone tell me what's wrong?
#include <stdio.h>
#include <string.h>
#include <ctype.h>
int main()
{
int count[255],max,length,a,now;
char abc[255],alpha[255];
strcpy(alpha,"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz");
while(gets(abc)!=NULL)
{
max = 0 ...
#include <stdio.h>
#include <string.h>
#include <ctype.h>
int main()
{
int count[255],max,length,a,now;
char abc[255],alpha[255];
strcpy(alpha,"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz");
while(gets(abc)!=NULL)
{
max = 0 ...
- Fri Aug 01, 2003 2:26 pm
- Forum: Volume 4 (400-499)
- Topic: 499 - What's The Frequency, Kenneth?
- Replies: 93
- Views: 20745
Q499
My program seems correct, can anyone tell me what's wrong?
#include <stdio.h>
#include <string.h>
#include <ctype.h>
int main()
{
int count[255],max,length,a,now;
char abc[255],alpha[255];
strcpy(alpha,"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz");
while(gets(abc)!=NULL)
{
max = 0 ...
#include <stdio.h>
#include <string.h>
#include <ctype.h>
int main()
{
int count[255],max,length,a,now;
char abc[255],alpha[255];
strcpy(alpha,"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz");
while(gets(abc)!=NULL)
{
max = 0 ...
- Fri Aug 01, 2003 2:26 pm
- Forum: Volume 4 (400-499)
- Topic: 499 - What's The Frequency, Kenneth?
- Replies: 93
- Views: 20745
Q499
My program seems correct, can anyone tell me what's wrong?
#include <stdio.h>
#include <string.h>
#include <ctype.h>
int main()
{
int count[255],max,length,a,now;
char abc[255],alpha[255];
strcpy(alpha,"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz");
while(gets(abc)!=NULL)
{
max = 0 ...
#include <stdio.h>
#include <string.h>
#include <ctype.h>
int main()
{
int count[255],max,length,a,now;
char abc[255],alpha[255];
strcpy(alpha,"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz");
while(gets(abc)!=NULL)
{
max = 0 ...