#include<iostream> using namespace std; int main() { // Code here return 0; }
#ifndef LIST_H // LIST_H is a random name, you can use anything #define LIST_H // enter your code here #endif // LIST_H