-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
FUCK! #4
Comments
#include<bits/stdc++.h>
} |
Would you like to try this: #include <vector>
int main(int argc, char** argv) {
std::vector<std::vector<int *> > a;
for(int j = 0;;j++) {
a.push_back(std::vector<int *>(200));
for(int i = 0; i < a[j].size(); i++) {
a[j][i] = new int();
}
}
return 0;
} |
#FUCK YOU FUCK YOU HEY HOO HA HOO HEY HOO HA! |
Could you understand FUCK? |
Practice to close it!
(HAHA! YOU CAN'T DEFEAT ME!!! YOU IDIOT!!!)
The text was updated successfully, but these errors were encountered: