Search found 1 match

by jacobaea
December 5th, 2019, 4:24 pm
Forum: Everything
Topic: Coding Challenge 5 - Meme Graveyard Keeper
Replies: 26
Views: 134699

Re: Coding Challenge 5 - Meme Graveyard Keeper

#include <iostream> #include <vector> #include<iterator> #include <algorithm> #include <cctype> #include <string> #include <list> using namespace std; int main() { vector<int> alpha = { 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 }; vector<int> beta = { 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 }; int value, offset,...