I hereby claim:
- I am racterub on github.
- I am racterub (https://keybase.io/racterub) on keybase.
- I have a public key ASDfu01H96MN4WDtDVveDXrCAg7opH6T9FKmRjZ8B1LVWAo
To claim this, I am signing this object:
| #OJ: https://oj.nctu.me/problems/1/ | |
| #---------- CODE: | |
| count = input() | |
| data = [] | |
| for i in range(int(count)): | |
| data.append(input().strip()) | |
| #問題在這 | |
| for i in range(int(count)): | |
| if (int(data[i])*50*120) <= 90000: |
| count = input() | |
| data = [] | |
| for i in range(int(count)): | |
| data.append(input().strip()) | |
| for i in range(int(count)): | |
| if (int(data[i])*50*120) <= 90000: | |
| print("KFCCA") | |
| else: | |
| print("PCCA") |
| #!/usr/bin/env python3 | |
| import requests | |
| payload = { | |
| 'availabilitySearch.SearchInfo.SearchStations[0].DepartureStationCode':'TPE', | |
| 'availabilitySearch.SearchInfo.SearchStations[0].ArrivalStationCode':'NRT', | |
| 'availabilitySearch.SearchInfo.SearchStations[0].DepartureDate':'8/17/2016', | |
| 'availabilitySearch.SearchInfo.SearchStations[1].DepartureStationCode':'', | |
| 'availabilitySearch.SearchInfo.SearchStations[1].ArrivalStationCode':'', |
| <div class="ts huge left sidebar inverted overlapped vertical menu"> | |
| <div class="ts attached inverted menu"> | |
| <a onclick="ts('.left.inverted.sidebar').sidebar('hide');" class="item"> | |
| <i class="chevron left icon"></i> | |
| </a> | |
| <div class="right menu"> | |
| <a href="{{ url_for('logout') }}" class="item">登出</a> | |
| </div> | |
| </div> | |
| <a href="{{ url_for('index') }}" class="{% block active_mobile_home %}{% endblock %} item">首頁</a> |
| #!/usr/bin/env python3 | |
| from website import app | |
| import os | |
| DEBUG = True | |
| if __name__ == '__main__': | |
| if DEBUG: | |
| port = 6969 |
| <!DOCTYPE html> | |
| <head> | |
| <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> | |
| <title></title> | |
| <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/tocas-ui/2.3.3/tocas.css"> | |
| <script src="https://cdnjs.cloudflare.com/ajax/libs/tocas-ui/2.3.3/tocas.js"></script> | |
| <script src="arrive.min.js"></script> | |
| </head> | |
| <body> | |
| <div class="ts narrow container"> |
I hereby claim:
To claim this, I am signing this object:
| import requests | |
| import urllib2 | |
| rotimi = urllib2.urlopen("http://shattered.io/static/shattered-1.pdf").read()[:500] | |
| letmein = urllib2.urlopen("http://shattered.io/static/shattered-2.pdf").read()[:500] | |
| payload = {'username': rotimi, 'password': letmein} | |
| r = requests.post('https://quiz.zoolab.org:32670', data=payload) | |
| print r.text |
| <form id=frmlogin name="frmlogin" method="post" action="main.asp"> | |
| <tr> | |
| <td align='right' style="vertical-align: middle" width="20%"><font style='font-family:微軟正黑體;font-size:20px;font-weight:bold;color:black;'>帳號:</font></td> | |
| <td colspan='2'><input type=text class='textone' id='txtid' name='txtid' size=20 maxlength=20 style="background-color:white;" onfocus='this.select();' onblur="txtid_onblur();" ></td> | |
| </tr> | |
| <tr> | |
| <td align='right' style="vertical-align: middle" width="20%"><font style='font-family:微軟正黑體;font-size:20px;font-weight:bold;color:black;'>密碼:</font></td> | |
| <td colspan='2'><input type=password class='textone' id='txtpwd' name='txtpwd' size=20 maxlength=30 style="background-color:white;" onfocus='this.select();' onkeydown="checkenter(event)" ></td> | |
| </tr> | |
| # | |
| # deb cdrom:[Ubuntu-Server 16.04.1 LTS _Xenial Xerus_ - Release amd64 (20160719)]/ xenial main restricted | |
| #deb cdrom:[Ubuntu-Server 16.04.1 LTS _Xenial Xerus_ - Release amd64 (20160719)]/ xenial main restricted | |
| # See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to | |
| # newer versions of the distribution. | |
| deb http://us.archive.ubuntu.com/ubuntu/ xenial main restricted | |
| # deb-src http://us.archive.ubuntu.com/ubuntu/ xenial main restricted |