Skip to content

Instantly share code, notes, and snippets.

View hankhsu1996's full-sized avatar

Shou-Li Hsu hankhsu1996

  • Portland, OR, USA
  • 18:27 (UTC -07:00)
View GitHub Profile
#include <iostream>
#include <cmath>
using namespace std;
int main() {
// x3 + ax2 + bx + c; x2 + gx + h
long long int a, b, c, d, e, f, g, h, j, temp, z;
cin >> a >> b >> c;
// cout << "a = " << a << ", b = " << b << ", c = " << c << endl;
import requests
from bs4 import BeautifulSoup
def post_to_ntu():
data = {
'current_sem': '106-1',
'cstype': '1',
'csname': '%ACy%C5%E9%A4O%BE%C7',
'alltime': 'yes',
'allproced': 'yes',