Untitled

mail@pastecode.io avatar
unknown
plain_text
2 years ago
209 B
2
Indexable
Never
class hi extends hello {
    int T(int a, int b) {
        f(a,b);
        int w=a/b;
        w++;
        w=++w+w++;
        int z=w==2?w++:++w;
        int ans=1;
        ans/=z;
        return ans;
    }
}