Skip to content

Instantly share code, notes, and snippets.

View larrypham's full-sized avatar
🎯
Focusing

Larry Pham larrypham

🎯
Focusing
View GitHub Profile
"You can also pass the key to the students;
just kindly warn them that the key shouldn’t
be used for the tasks aside from the educational activity."
----------- RubyMine ---------
User Name: University of Porto
===== LICENSE BEGIN =====
532866-28042014
000017hGAXy4QwLljTGzv20hOb0gag
PGQmxgGfAB55fMpa9daKK!6"r"!3ja
<?xml version="1.0" encoding="utf-8"?>
<!--
Great set of colors from from http://flatuicolors.com/ and converted into Android colors.xml
-->
<resources>
<color name="turquoise">#1abc9c</color>
<color name="emerald">#2ecc71</color>
<color name="peter_river">#3498db</color>
read = open("./A-large-practice.in", "r")
write = open("./A-large-practice.out", "w")
totalCase = int(read.readline())
for case in xrange(totalCase):
C = int(read.readline())
I = int(read.readline())
P = list(map((lambda x:int(x)), read.readline().strip().split()))
@larrypham
larrypham / settings.json
Created August 1, 2024 15:42 — forked from jpcrs/settings.json
Apc configuration
"apc.electron": {
"frame": false,
"titleBarStyle": "customButtonsOnHover",
"opacity": 0.99
},
"apc.activityBar": {
"size": 36 // Size of icons in the activity bar
},
"apc.header": {
"fontSize": 10 // Fontsize on tabs