http://blog.csdn.net/Fortware/article/details/38307799 /** * Mixture * by Simon Greenwold. * * Display a box with three different kinds of lights. */ void setup() { size(640, 360, P3D); noStroke(); } void draw() { background(0); translate(width / 2,
代码: #include "stdafx.h" int _tmain(int argc, _TCHAR* argv[]) { int original; do{ printf("Enter a three-digit number:"); scanf("%d",&original); int handred=original/; int ten=(original-*handred)/; int ge=original%; printf(