About
Challenges
ゲーム
履歴書
約
コース
個人情報保護方針
Groups
Members
More
// In c++!
#include <iostream>
using namespace std;
int main(){
string input;
cout << "I am a nerd (yes/no)";
cin >> input;
if(input == "yes") {
cout << "Correct";
}
else{
cout << "WRONG";
cin >> input;}
プロフィール