Coulde someone help me about this problem ,please?
I've checked test cases in the board and output correctly, but still get wrong answer. :x
This is my code:
# include <iostream.h>
//# include <fstream.h>
void main(){
int op[1000],ow[1000],pw[35],pp[35];
int sw[35][1001];
int len[35];
int i ...