fork download
  1. #include <iostream>
  2. #include <string>
  3. #include <vector>
  4. using namespace std;
  5.  
  6. int main() {
  7.  
  8. string zestawy;
  9. int numer, ktory;
  10. cin >> numer;
  11. cin >> ktory;
  12. vector<string> napisy;
  13.  
  14.  
  15.  
  16. return 0;
  17. }
Success #stdin #stdout 0.01s 5288KB
stdin
Standard input is empty
stdout
Standard output is empty