Skip to content

Instantly share code, notes, and snippets.

View victorsenam's full-sized avatar

Victor Sena Molero victorsenam

  • IME-USP
  • São Paulo, Brazil
View GitHub Profile
#include <vector>
#include <string>
#include <iostream>
#include <algorithm>
int main() {
int n;
std::cin >> n;
std::vector<std::string> v;
for (int i = 0; i < n; i++) {
.vtex-shelf {
background: black;
}