漂亮蜜蜂

文章
7
资源
0
加入时间
4年2月16天

BUG: scheduling while atomic 分析【转】

本文转载自:https://blog.csdn.net/cfy_phonex/article/details/12090943遇到一个典型的schedule问题。<3>[26578.636839] C1 [ swapper/1] BUG: scheduling while atomic: swapper/1/0/0x00000002<6>[26578....

hdoj 2089 不要62 【打表】

题意:。。水题代码:#include #include #include using namespace std;int s[10];int ans[1000005] = {0, 1};int is(int n){ //n = 62; int pre = 0, cur = 0, i; while(n){ pre = cur;