Skip to content

Commit

Permalink
Added attribution to C++ files
Browse files Browse the repository at this point in the history
Diff for all:
```diff
@@ -1,3 +1,4 @@
+ 1 // GitHub: EntityPlantt/Kattis
  2 #include <...>
```
  • Loading branch information
EntityPlantt committed Aug 2, 2022
1 parent 1301bcd commit ebe27f0
Show file tree
Hide file tree
Showing 126 changed files with 126 additions and 0 deletions.
1 change: 1 addition & 0 deletions 10kindsofpeople.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// GitHub: EntityPlantt/Kattis
#include <bits/stdc++.h>
using namespace std;
struct coord {
Expand Down
1 change: 1 addition & 0 deletions 2048.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// GitHub: EntityPlantt/Kattis
#include <bits/stdc++.h>
using namespace std;
typedef unsigned short num;
Expand Down
1 change: 1 addition & 0 deletions 3dprinter.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// GitHub: EntityPlantt/Kattis
#include <bits/stdc++.h>
using namespace std;
int main() {
Expand Down
1 change: 1 addition & 0 deletions 4thought.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// GitHub: EntityPlantt/Kattis
#include <iostream>
using namespace std;
long double floor(long double x) {
Expand Down
1 change: 1 addition & 0 deletions aboveaverage.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// GitHub: EntityPlantt/Kattis
#include <bits/stdc++.h>
using namespace std;
int main() {
Expand Down
1 change: 1 addition & 0 deletions acm.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// GitHub: EntityPlantt/Kattis
#include <iostream>
#include <vector>
using namespace std;
Expand Down
1 change: 1 addition & 0 deletions ads.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// GitHub: EntityPlantt/Kattis
#include <iostream>
#include <vector>
using namespace std;
Expand Down
1 change: 1 addition & 0 deletions airconditioned.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// GitHub: EntityPlantt/Kattis
#include <iostream>
#include <algorithm>
using namespace std;
Expand Down
1 change: 1 addition & 0 deletions akcija.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// GitHub: EntityPlantt/Kattis
#include <bits/stdc++.h>
using namespace std;
int main() {
Expand Down
1 change: 1 addition & 0 deletions alphabet.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// GitHub: EntityPlantt/Kattis
#include <iostream>
#include <vector>
#include <algorithm>
Expand Down
1 change: 1 addition & 0 deletions alphabetanimals.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// GitHub: EntityPlantt/Kattis
#include <iostream>
#include <vector>
using namespace std;
Expand Down
1 change: 1 addition & 0 deletions alphabetspam.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// GitHub: EntityPlantt/Kattis
#include <iostream>
#include <iomanip>
using namespace std;
Expand Down
1 change: 1 addition & 0 deletions amsterdamdistance.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// GitHub: EntityPlantt/Kattis
#include <iostream>
#include <iomanip>
#include <cmath>
Expand Down
1 change: 1 addition & 0 deletions anotherbrick.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// GitHub: EntityPlantt/Kattis
#include <iostream>
using namespace std;
int main() {
Expand Down
1 change: 1 addition & 0 deletions anothercandies.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// GitHub: EntityPlantt/Kattis
#include <iostream>
using namespace std;
int main() {
Expand Down
1 change: 1 addition & 0 deletions astrologicalsign.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// GitHub: EntityPlantt/Kattis
#include <iostream>
#include <algorithm>
using namespace std;
Expand Down
1 change: 1 addition & 0 deletions autori.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// GitHub: EntityPlantt/Kattis
#include <iostream>
using namespace std;
int main() {
Expand Down
1 change: 1 addition & 0 deletions averageseasy.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// GitHub: EntityPlantt/Kattis
#include <iostream>
using namespace std;
typedef long double ldbl;
Expand Down
1 change: 1 addition & 0 deletions backspace.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// GitHub: EntityPlantt/Kattis
#include <iostream>
using namespace std;
int main() {
Expand Down
1 change: 1 addition & 0 deletions baconeggsandspam.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// GitHub: EntityPlantt/Kattis
#include <iostream>
#include <map>
#include <set>
Expand Down
1 change: 1 addition & 0 deletions baloni.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// GitHub: EntityPlantt/Kattis
#include <bits/stdc++.h>
using namespace std;
int main() {
Expand Down
1 change: 1 addition & 0 deletions beehives.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// GitHub: EntityPlantt/Kattis
#include <bits/stdc++.h>
using namespace std;
struct coord {
Expand Down
1 change: 1 addition & 0 deletions beekeeper.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// GitHub: EntityPlantt/Kattis
#include <bits/stdc++.h>
using namespace std;
char vowels[6] = {'a', 'e', 'i', 'o', 'u', 'y'};
Expand Down
1 change: 1 addition & 0 deletions bela.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// GitHub: EntityPlantt/Kattis
#include <iostream>
#include <map>
using namespace std;
Expand Down
1 change: 1 addition & 0 deletions bluetooth.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// GitHub: EntityPlantt/Kattis
#include <iostream>
#include <string.h>
#include <algorithm>
Expand Down
1 change: 1 addition & 0 deletions bookingaroom.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// GitHub: EntityPlantt/Kattis
#include <iostream>
#include <string.h>
#include <algorithm>
Expand Down
1 change: 1 addition & 0 deletions bottledup.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// GitHub: EntityPlantt/Kattis
#include <bits/stdc++.h>
using namespace std;
int main() {
Expand Down
1 change: 1 addition & 0 deletions bradspelet.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// GitHub: EntityPlantt/Kattis
#include <iostream>
#include <cmath>
using namespace std;
Expand Down
1 change: 1 addition & 0 deletions bridgesandtunnels.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// GitHub: EntityPlantt/Kattis
#include <iostream>
#include <vector>
#include <algorithm>
Expand Down
1 change: 1 addition & 0 deletions busskortet.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// GitHub: EntityPlantt/Kattis
#include <iostream>
#include <cmath>
using namespace std;
Expand Down
1 change: 1 addition & 0 deletions carousel.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// GitHub: EntityPlantt/Kattis
#include <bits/stdc++.h>
using namespace std;
int main() {
Expand Down
1 change: 1 addition & 0 deletions carrots.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// GitHub: EntityPlantt/Kattis
#include <iostream>
int main() {
int a;
Expand Down
1 change: 1 addition & 0 deletions cd.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// GitHub: EntityPlantt/Kattis
// Time Limit Exceeded
#include <iostream>
#include <vector>
Expand Down
1 change: 1 addition & 0 deletions ceremony.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// GitHub: EntityPlantt/Kattis
#include <iostream>
#include <vector>
#include <algorithm>
Expand Down
1 change: 1 addition & 0 deletions cetvrta.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// GitHub: EntityPlantt/Kattis
#include <iostream>
using namespace std;
int main() {
Expand Down
1 change: 1 addition & 0 deletions closingtheloop.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// GitHub: EntityPlantt/Kattis
#include <iostream>
#include <algorithm>
#include <vector>
Expand Down
1 change: 1 addition & 0 deletions cold.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// GitHub: EntityPlantt/Kattis
#include <iostream>
using namespace std;
int main() {
Expand Down
1 change: 1 addition & 0 deletions countthevowels.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// GitHub: EntityPlantt/Kattis
#include <iostream>
#include <algorithm>
using namespace std;
Expand Down
1 change: 1 addition & 0 deletions crosscountry.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// GitHub: EntityPlantt/Kattis
#include <iostream>
#include <string.h>
using namespace std;
Expand Down
1 change: 1 addition & 0 deletions crypto.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// GitHub: EntityPlantt/Kattis
#include <iostream>
#include <vector>
#include <algorithm>
Expand Down
1 change: 1 addition & 0 deletions cursethedarkness.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// GitHub: EntityPlantt/Kattis
#include <iostream>
#include <cmath>
using namespace std;
Expand Down
1 change: 1 addition & 0 deletions dartscores.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// GitHub: EntityPlantt/Kattis
#include <iostream>
#include <cmath>
int min(int a, int b) {
Expand Down
1 change: 1 addition & 0 deletions dasblinkenlights.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// GitHub: EntityPlantt/Kattis
#include <iostream>
#include <vector>
using namespace std;
Expand Down
1 change: 1 addition & 0 deletions dicecup.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// GitHub: EntityPlantt/Kattis
#include <iostream>
#include <vector>
using namespace std;
Expand Down
1 change: 1 addition & 0 deletions divideby100.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// GitHub: EntityPlantt/Kattis
#include <iostream>
using namespace std;
int main() {
Expand Down
1 change: 1 addition & 0 deletions downtime.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// GitHub: EntityPlantt/Kattis
#include <bits/stdc++.h>
using namespace std;
int main() {
Expand Down
1 change: 1 addition & 0 deletions dyslectionary.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// GitHub: EntityPlantt/Kattis
#include <bits/stdc++.h>
using namespace std;
bool less_StringReversed(string a, string b) {
Expand Down
1 change: 1 addition & 0 deletions election2.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// GitHub: EntityPlantt/Kattis
#include <iostream>
#include <map>
using namespace std;
Expand Down
1 change: 1 addition & 0 deletions emergency.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// GitHub: EntityPlantt/Kattis
#include <iostream>
using namespace std;
int main() {
Expand Down
1 change: 1 addition & 0 deletions encodedmessage.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// GitHub: EntityPlantt/Kattis
#include <iostream>
#include <cmath>
using namespace std;
Expand Down
1 change: 1 addition & 0 deletions eventplanning.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// GitHub: EntityPlantt/Kattis
#include <iostream>
using namespace std;
int main() {
Expand Down
1 change: 1 addition & 0 deletions evenup.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// GitHub: EntityPlantt/Kattis
#include <iostream>
#include <vector>
using namespace std;
Expand Down
1 change: 1 addition & 0 deletions factstone.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// GitHub: EntityPlantt/Kattis
#include <iostream>
using namespace std;
int main() {
Expand Down
1 change: 1 addition & 0 deletions faktor.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// GitHub: EntityPlantt/Kattis
#include <iostream>
#include <cmath>
using namespace std;
Expand Down
1 change: 1 addition & 0 deletions falcondive.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// GitHub: EntityPlantt/Kattis
#include <iostream>
using namespace std;
int main() {
Expand Down
1 change: 1 addition & 0 deletions finalexam2.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// GitHub: EntityPlantt/Kattis
#include <iostream>
using namespace std;
int main() {
Expand Down
1 change: 1 addition & 0 deletions findingana.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// GitHub: EntityPlantt/Kattis
#include <iostream>
using namespace std;
int main() {
Expand Down
1 change: 1 addition & 0 deletions flyingsafely.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// GitHub: EntityPlantt/Kattis
#include <iostream>
#include <vector>
#include <queue>
Expand Down
1 change: 1 addition & 0 deletions froshweek.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// GitHub: EntityPlantt/Kattis
#include <bits/stdc++.h>
using namespace std;
#define debug(code) cout << code << '\n'
Expand Down
1 change: 1 addition & 0 deletions funhouse.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// GitHub: EntityPlantt/Kattis
#include <bits/stdc++.h>
using namespace std;
struct coord {
Expand Down
1 change: 1 addition & 0 deletions fyi.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// GitHub: EntityPlantt/Kattis
#include <iostream>
using namespace std;
main() {
Expand Down
1 change: 1 addition & 0 deletions gears2.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// GitHub: EntityPlantt/Kattis
#include <iostream>
#include <vector>
#include <cmath>
Expand Down
1 change: 1 addition & 0 deletions grassseed.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// GitHub: EntityPlantt/Kattis
#include <iostream>
#include <iomanip>
using namespace std;
Expand Down
1 change: 1 addition & 0 deletions greetings2.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// GitHub: EntityPlantt/Kattis
#include <iostream>
#include <cmath>
using namespace std;
Expand Down
1 change: 1 addition & 0 deletions hello.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// GitHub: EntityPlantt/Kattis
#include <iostream>
using namespace std;
int main() {
Expand Down
1 change: 1 addition & 0 deletions hissingmicrophone.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// GitHub: EntityPlantt/Kattis
#include <iostream>
using namespace std;
main() {
Expand Down
1 change: 1 addition & 0 deletions howl.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// GitHub: EntityPlantt/Kattis
#include <iostream>
using namespace std;
int main() {
Expand Down
1 change: 1 addition & 0 deletions hydrasheads.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// GitHub: EntityPlantt/Kattis
#include <iostream>
#include <cmath>
using namespace std;
Expand Down
1 change: 1 addition & 0 deletions intervalscheduling.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// GitHub: EntityPlantt/Kattis
#include <iostream>
#include <algorithm>
#include <vector>
Expand Down
1 change: 1 addition & 0 deletions jointattack.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// GitHub: EntityPlantt/Kattis
#include <iostream>
#include <stack>
using namespace std;
Expand Down
1 change: 1 addition & 0 deletions jumbojavelin.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// GitHub: EntityPlantt/Kattis
#include <iostream>
using namespace std;
main() {
Expand Down
1 change: 1 addition & 0 deletions karte.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// GitHub: EntityPlantt/Kattis
#include <bits/stdc++.h>
using namespace std;
char znaci[4] = {'P', 'K', 'H', 'T'};
Expand Down
1 change: 1 addition & 0 deletions keylogger.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// GitHub: EntityPlantt/Kattis
#include <iostream>
#include <vector>
#include <algorithm>
Expand Down
1 change: 1 addition & 0 deletions knigsoftheforest.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// GitHub: EntityPlantt/Kattis
#include <bits/stdc++.h>
using namespace std;
struct moose {
Expand Down
1 change: 1 addition & 0 deletions leftandright.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// GitHub: EntityPlantt/Kattis
#include <iostream>
using namespace std;
int main() {
Expand Down
1 change: 1 addition & 0 deletions leftbeehind.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// GitHub: EntityPlantt/Kattis
#include <bits/stdc++.h>
using namespace std;
int main() {
Expand Down
1 change: 1 addition & 0 deletions mali.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// GitHub: EntityPlantt/Kattis
#include <bits/stdc++.h>
using namespace std;
template <typename Type>
Expand Down
1 change: 1 addition & 0 deletions mastermind.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// GitHub: EntityPlantt/Kattis
#include <bits/stdc++.h>
using namespace std;
int main() {
Expand Down
1 change: 1 addition & 0 deletions mathhomework.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// GitHub: EntityPlantt/Kattis
#include <iostream>
using namespace std;
int main() {
Expand Down
1 change: 1 addition & 0 deletions metaprogramming.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// GitHub: EntityPlantt/Kattis
#include <iostream>
#include <map>
#include <set>
Expand Down
Loading

0 comments on commit ebe27f0

Please sign in to comment.