This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
"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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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())) | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
"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 |