首页
Python
Java
前端
数据库
Linux
Chatgpt专题
开发者工具箱
poj1166专题
POJ1166 The Clocks [枚举]
这题蛮有意思,不知道怎么分类到高斯了, 应该是一道枚举 思路很赞,不多说,看代码 c那个数组很容易初始化错误呢 最后的输出有点搞人,不过也可能不用特别注意最后一个空格 #include <cstdio>#include <cstring>#include <iostream>#include <cstdlib>using namespace std;int c[10][10]
阅读更多...