Serialprintlncompsuum; int time=1; Serialprintlnend;
}
//Function to compare two strings bool comp(String a, String b){ if(a.length() != b.length()){ return false; } else{ for(int i=0;i<a.length();i++){ if(a[i] != b[i]){ return false; } } return true; } }
原文地址: https://www.cveoy.top/t/topic/evcd 著作权归作者所有。请勿转载和采集!