#include <iostream> using namespace std; int main() { // The counter ... for (i = 0; i < 2; i++){ cout << i; } // Output: 01 // These for ...
確定! 回上一頁