diff --git a/TRAVELPS b/TRAVELPS new file mode 100644 index 0000000..6a0c23f --- /dev/null +++ b/TRAVELPS @@ -0,0 +1,25 @@ +#include +using namespace std; + +int main() { + int t; + int n,a,b,total; + string str; + cin>>t; + while(t--) + { + cin>>n>>a>>b; + cin>>str; + total = 0; + for(int i=0;i