mainprog.cpp 84 B

123456
  1. #include"data.h"
  2. int main(int, char **) {
  3. return generated_function() != 52;
  4. }