Esempio n. 1
0
func SubmitA(client *benchmark.WebClient) error {
	return client.Submit("A", "C++ 11", APlusB)
}
Esempio n. 2
0
func SchoolFinalMonitor(client *benchmark.WebClient) error {
	_, err := client.SchoolFinalMonitor()
	return err
}
Esempio n. 3
0
func MySchoolFinalSubmits(client *benchmark.WebClient) error {
	_, err := client.MySchoolFinalSubmits()
	return err
}
Esempio n. 4
0
func AcmMonitor(client *benchmark.WebClient) error {
	_, err := client.AcmMonitor()
	return err
}