top of page

プロフィール

参加日: 2025年5月24日

プロフィール

// 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";

cin >> input;

}

else{

cout << "WRONG";

cin >> input;}



}

MaliX

MaliX

その他

©2021by sulaiman jackson

  • Instagram
  • Facebook
  • LinkedIn
  • YouTube
bottom of page