Search found 2 matches
- Sat Oct 07, 2006 12:05 pm
- Forum: Volume 110 (11000-11099)
- Topic: 11060 - Beverages
- Replies: 96
- Views: 56683
I WA...
#include <iostream>
#include <map>
#include <algorithm>
#include <string>
#include <vector>
#define MAX 101
using namespace std;
int edge[MAX][MAX];
int color[MAX];
int f[MAX];
int n, m;
int t;
int floyd[MAX][MAX];
void dfsVisit(int u);
void dfs();
int main()
{
int i, j, k;
int count;
map ...
- Mon Feb 06, 2006 10:59 am
- Forum: Volume 102 (10200-10299)
- Topic: 10267 - Graphical Editor
- Replies: 190
- Views: 77338
10267 RTE
I don't know why i got run time error.
this is my code.
/*
runtime error;
vc6.0 : I 150+ 150+, F X Y COLOR => EXCEPTION !
BUT cygwin -> not exception;
*/
#include <stdio.h>
#include <string.h>
#include <stdlib.h>
int row, col;
char table[251][251];
char color, color2;
void myfunc(int x, int y ...
this is my code.
/*
runtime error;
vc6.0 : I 150+ 150+, F X Y COLOR => EXCEPTION !
BUT cygwin -> not exception;
*/
#include <stdio.h>
#include <string.h>
#include <stdlib.h>
int row, col;
char table[251][251];
char color, color2;
void myfunc(int x, int y ...