题解 | #abc#
abc
https://www.nowcoder.com/practice/912b15e237ef44148e44018d7b8750b6
#include <stdio.h> int main() { int a, b, c; for(a=1;a<=9;a++){ for(b=1;b<=9;b++){ for(c=0;c<=9;c++){ if(a*100+b*10+c+b*100+c*10+c==532){ printf("%d %d %d", a, b, c); } } } } return 0; }#考研复试##2022届毕业生现状#