随笔分类 -  【邀请赛】

摘要:A. Srdce and Triangle将△ACD逆时针旋转60度: 得到△BDD’就是所要求的结果。#include using namespace std;int main(){ double a,b,c; while(cin>>a>>b>>c) ... 阅读全文
posted @ 2018-04-24 14:50 Bryce1010 阅读(107) 评论(0) 推荐(0)
摘要:A. GSS and CQ time limit per test1 second memory limit per test512 megabytes inputstandard input outputstandard outputCQCQCQ this is B... 阅读全文
posted @ 2018-04-17 21:04 Bryce1010 阅读(406) 评论(0) 推荐(0)