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