Entry tags:
Мечта Q&A - How to Write Unmaintainable Code
Практически вся неделя прошла под знаменем How To Write Unmaintainable Code.
Your code should not look hopelessly unmaintainable, just be that way.
Otherwise it stands the risk of being rewritten or refactored.
Your code should not look hopelessly unmaintainable, just be that way.
Otherwise it stands the risk of being rewritten or refactored.
no subject
Зажги!
no subject
#include <iostream> //(c) _Winnie int P(int p,int i){return i--==p&&p-2&&P(i,i),i<2&&std::cout<<p<<' '||p%i&&P(p,i); } int main() { P(100,100); }