查看單個文章
舊 2004-03-12, 03:06 AM   #2 (permalink)
indark
註冊會員
榮譽勳章
UID - 7397
在線等級: 級別:6 | 在線時長:63小時 | 升級還需:14小時
註冊日期: 2002-12-09
住址: MD, USA (現回台灣等當兵 呼呼)
文章: 71
精華: 0
現金: 78 金幣
資產: 78 金幣
預設

#include<iostream>
using namespace std;

int main() {
bool isMatch = false;
string userInput, pass = "defaultpass";
int counter = 0;

do{
cin >> userInput;

counter ++:

isMatch = (userInput == pass);
} while( !isMatch && (counter <= 3));

if(!isMatch)
cout << "密碼已鎖" << endl;

return 0;
}

:P
should be right, but didn't check to make sure if correct
indark 目前離線  
送花文章: 1, 收花文章: 2 篇, 收花: 2 次
回覆時引用此帖