#include <iostream> #include <algorithm> using namespace std; int a[105]; int main() { // It's OK. // Just do it. while (1) { } // Go! return 0; }
(还是加密了)