摘要:
1.在用邻接矩阵存边时,要注意有重边的情况。2.double型用memset初始化貌似不可以,慎用memset3.用printf输出%的话要用%%.4.要注意判断有没有!=EOF,不然可能会tle。5.线段树区间更新的时候,update()和query() 都要调用pushdown()函数。 (做一... 阅读全文
摘要:
13983. Milk SchedulingConstraintsTime Limit: 1 secs, Memory Limit: 256 MBDescriptionFarmer John has N cows that need to be milked (1 0) ... 阅读全文