For some reason, my 352 keeps getting WA. I've thrown every piece of test input I can think at it. Tested boundary conditions, etc.
I don't know what is wrong......
here my code
[cpp]
#include <iostream.h>
#include <stdio.h>
int anal(int len);
void con(int i, int j);
int image[28][28];
int main ...