摘要:
#include <stdio.h> #include <stdlib.h> int main() { int d = 102523; int a; char s[10]; sprintf(s, "%d", d); //整型d中的数输出到字符数组s中 // for (int i = 0; i < s 阅读全文
摘要:
newcode B分2相当于自杀,B分一个2(1,1),A就拿一个1,B把2拿没了,A伴随着B的愚蠢行为获胜了。 博弈论的游戏观察能否一个伴随一个走,如果一个伴随一个走,那么一个就必死 #include<bits/stdc++.h> #define ll long long using namesp 阅读全文