fork download
  1. #include <iostream>
  2. using namespace std;
  3.  
  4. int main() {
  5. // your code goes here
  6. return 0;
  7. cout <<"Data Structures lab test\n";
  8. cout << "Linked list and Stack ";
  9. // https://drive.google.com/drive/folders/1atj9yjM5JED88LmBF_jGcVzztAb-lFu0?usp=sharing
  10. }
Success #stdin #stdout 0.01s 5308KB
stdin
Standard input is empty
stdout
Standard output is empty