Search found 2 matches

by behnam.hamidi
Sat Feb 06, 2010 7:46 pm
Forum: Volume 7 (700-799)
Topic: 706 - LCD Display
Replies: 221
Views: 65452

Re: 706 - LC-Display

hello
i get a WA again and again plz help me i dont know why?
this is my code
plz mail my mistake to=behnam.hamidi1369@gmail.com
#include <iostream>
#include <string.h>
using namespace std;
int main()
{
int num,size,i,j,k,num1=0,b,l,s;
char a[100];
//int a[1000];
//int a[1000];
while(cin>>size ...
by behnam.hamidi
Sat Feb 06, 2010 7:44 pm
Forum: Volume 101 (10100-10199)
Topic: 10189 - Minesweeper
Replies: 418
Views: 125287

Re: 10189 - Minesweeper

hello
i get a WA again and again but idont lnow where my mistake is
please help me
plz mail me =behnam.hamidi1369@gmail.com
this is my code in c++
//soalo khoob bekhoon
#include <iostream>
using namespace std;
int main()
{
int m,n,i,j,counter=0,flag=0;
char a[1000][1000]={'0'};
char ch;
while ...

Go to advanced search