fork download
  1. #include <iostream>
  2. using namespace std;
  3. int main() {
  4.  
  5. string start;
  6. while(cin>> start){
  7. string result = start.substr(2);
  8. cout << result << endl;
  9. }
  10.  
  11. return 0;
  12. }
Success #stdin #stdout 0.01s 5320KB
stdin
>:PALLET_lfaC65R_Z
stdout
PALLET_lfaC65R_Z