Files

10 lines
150 B
Plaintext
Raw Permalink Normal View History

2021-04-07 19:25:18 -04:00
int main() {
A a = new A();
int b = b * sum(1, 2);
if (a->check1())
return 3;
else if (a->check2())
return 4;
return a->result();
}