|
@ -659,11 +659,23 @@ void play_milliongame() { |
|
|
|
|
|
|
|
|
int million_i = 0, million_k = 0;; |
|
|
int million_i = 0, million_k = 0;; |
|
|
char million_user_answers[round]; |
|
|
char million_user_answers[round]; |
|
|
char million_std_answers[round] = {'B', 'A', 'A'}; |
|
|
|
|
|
|
|
|
char million_std_answers[round] = {'B', 'A', 'A','B', 'A', 'A','B', 'A', 'A','B', 'A', 'A','B', 'A', 'A'}; |
|
|
int million_stay_in_game = 0, million_reward = 0; |
|
|
int million_stay_in_game = 0, million_reward = 0; |
|
|
int million_lifeline_hint = 1, million_lifeline_delete = 1; |
|
|
int million_lifeline_hint = 1, million_lifeline_delete = 1; |
|
|
|
|
|
|
|
|
char questions[round][256] = { |
|
|
char questions[round][256] = { |
|
|
|
|
|
"What is the capital of France?", |
|
|
|
|
|
"Who was the first president of the United States?", |
|
|
|
|
|
"Which team won the most NBA championships?", |
|
|
|
|
|
"What is the capital of France?", |
|
|
|
|
|
"Who was the first president of the United States?", |
|
|
|
|
|
"Which team won the most NBA championships?", |
|
|
|
|
|
"What is the capital of France?", |
|
|
|
|
|
"Who was the first president of the United States?", |
|
|
|
|
|
"Which team won the most NBA championships?", |
|
|
|
|
|
"What is the capital of France?", |
|
|
|
|
|
"Who was the first president of the United States?", |
|
|
|
|
|
"Which team won the most NBA championships?", |
|
|
"What is the capital of France?", |
|
|
"What is the capital of France?", |
|
|
"Who was the first president of the United States?", |
|
|
"Who was the first president of the United States?", |
|
|
"Which team won the most NBA championships?" |
|
|
"Which team won the most NBA championships?" |
|
@ -672,6 +684,18 @@ void play_milliongame() { |
|
|
{ "A) Berlin", "B) Paris", "C) London", "D) Rome" }, |
|
|
{ "A) Berlin", "B) Paris", "C) London", "D) Rome" }, |
|
|
{ "A) George Washington", "B) John Adams", "C) Thomas Jefferson", "D) James Madison" }, |
|
|
{ "A) George Washington", "B) John Adams", "C) Thomas Jefferson", "D) James Madison" }, |
|
|
{ "A) Los Angeles Lakers", "B) Chicago Bulls", "C) Golden State Warriors", "D) Boston Celtics" }, |
|
|
{ "A) Los Angeles Lakers", "B) Chicago Bulls", "C) Golden State Warriors", "D) Boston Celtics" }, |
|
|
|
|
|
{ "A) Berlin", "B) Paris", "C) London", "D) Rome" }, |
|
|
|
|
|
{ "A) George Washington", "B) John Adams", "C) Thomas Jefferson", "D) James Madison" }, |
|
|
|
|
|
{ "A) Los Angeles Lakers", "B) Chicago Bulls", "C) Golden State Warriors", "D) Boston Celtics" }, |
|
|
|
|
|
{ "A) Berlin", "B) Paris", "C) London", "D) Rome" }, |
|
|
|
|
|
{ "A) George Washington", "B) John Adams", "C) Thomas Jefferson", "D) James Madison" }, |
|
|
|
|
|
{ "A) Los Angeles Lakers", "B) Chicago Bulls", "C) Golden State Warriors", "D) Boston Celtics" }, |
|
|
|
|
|
{ "A) Berlin", "B) Paris", "C) London", "D) Rome" }, |
|
|
|
|
|
{ "A) George Washington", "B) John Adams", "C) Thomas Jefferson", "D) James Madison" }, |
|
|
|
|
|
{ "A) Los Angeles Lakers", "B) Chicago Bulls", "C) Golden State Warriors", "D) Boston Celtics" }, |
|
|
|
|
|
{ "A) Berlin", "B) Paris", "C) London", "D) Rome" }, |
|
|
|
|
|
{ "A) George Washington", "B) John Adams", "C) Thomas Jefferson", "D) James Madison" }, |
|
|
|
|
|
{ "A) Los Angeles Lakers", "B) Chicago Bulls", "C) Golden State Warriors", "D) Boston Celtics" } |
|
|
}; |
|
|
}; |
|
|
|
|
|
|
|
|
while(million_i < round && million_stay_in_game == 0){ |
|
|
while(million_i < round && million_stay_in_game == 0){ |
|
|