The April Fools Warmup Problem
Source Code
#include <iostream>
#include <string>
using namespace std;
string f(){
return "All Kill";
}
int main(){
cout << f() << endl;
return 0;
}
#include <iostream>
#include <string>
using namespace std;
string f(){
return "All Kill";
}
int main(){
cout << f() << endl;
return 0;
}