C++程序  |  6行  |  91 B

#include "prefer_used_to_unused.h"

int main() {
  return sampleFunc(5) + simpleFunc(5);
}