CCCherry

导航

2020年3月6日 #

UCF Local Programming Contest 2012(Practice)补题

摘要: Clean Up the Powers that Be 主要是输出格式上的问题 1 #include <iostream> 2 #include <cstring> 3 using namespace std; 4 int main(){ 5 long long t,s[10005]; 6 cin> 阅读全文

posted @ 2020-03-06 21:24 CCCherry 阅读(205) 评论(0) 推荐(0) 编辑