Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
My love
#include <iostream> #include <string> using namespace std ; int main() { cout << "Do you love me \n" ; string ans ; cin >> ans ; if (ans == "yes") { cout << "I love you too \n" ; } else if (ans == "no") { cout << "Awwwn \n" ; } return 0 ; }
run
|
edit
|
history
|
help
0
CodeChef P1 MATMIN1
BubDoubLinArray
Compatibilità
Straight Max-Min
Heap sort baaaad
TupleTel
C++ Car Racing game framework 2
C++
Continuous Sub Set with given sum
CodeChef P2 - FIZZA