Skip to content

Instantly share code, notes, and snippets.

@satja
Created March 31, 2019 13:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save satja/3d3763636930d29940be87aae69372c9 to your computer and use it in GitHub Desktop.
Save satja/3d3763636930d29940be87aae69372c9 to your computer and use it in GitHub Desktop.
string stranice[] = {
"http://hsin.hr/natjecanja.html",
"http://informatika.azoo.hr/",
"http://zatemas.zrs.hr/"
}
for (auto & stranica : stranice) {
vector<string> zadatci = std::parse_tasks(stranica);
for (auto & zadatak : zadatci) {
bitset<string> magic;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment