コンパイルしようとすると、タイトルにエラーが表示されます。
#include <iostream>
using namespace std;
int chance()
{
return rand()%11;
}
int main()
{
if (chance > 5)
cout << "You win." << endl;
else
cout << "You lose." << endl;
return 0;
}
これは私の完全なコードです。出力しようとしています。あなたが勝つか負けるか、50-50