题解 1647: 蓝桥杯算法训练VIP-水仙花

来看看其他人写的题解吧!要先自己动手做才会有提高哦! 
返回题目 | 我来写题解

筛选

水仙花(c语言)

摘要:```c #include #include int isflowers(int n); int main() { int n = 0; scanf("%d", &n); ……