preprocess.cvc 103 B

1234567
  1. #include "civic.h"
  2. export int main() {
  3. printInt(scanInt());
  4. printNewlines(1);
  5. return 0;
  6. }