

emerpirp an sedi caa
-
Posts
89 -
Joined
-
Last visited
emerpirp an sedi caa's Achievements

Cupcake (3/23)
50
Brohooves Received
-
challeng3 for fyrepony: lzrqghulibrxfdqiljxuhwklvrxw
-
This is how I feel my life is going right now in C++: #include
#include #include #include using namespace std; int main(){ int happyness=0,grades=5,stress=1; string state="depression"; do{ happyness=grades-stress; if(happyness>-500){ grades--; stress++; }else{ system (shutdown -s -t 10) cout<<"Goodbye world"; } }while(state="depression") return 0; }