22
R-C-D
6y

Since I'm still alive and the future parts of my life is a mystery , I say:

#include <limits.h>
int main(){
int worst=INT_MIN;
int best=INT_MAX;
while(1){
//keep coding
if(dead) break;
}
}

Comments
  • 1
    We do what we must because we can
  • 3
    Warning: unused variable “worst”
    Warning: unused variable “best”
    Error: undefined variable “dead”
Add Comment