Please, someone can see what's wrong with my code. It passes in all tests who I've done on UDebug, but the answer is always WA.
#include <iostream>
#include <string>
#include <stdlib.h>
#include <cstring>
using namespace std;
int main()
{
int m,n,field=1;
char checa[10000];
cin>>checa;
m ...