#include #include "sc3.h" int main(int argc,char** argv) { //const int n = (argc > 1) ? (atoi(&argv[1][1])) : 0; sc3100(argc,argv); return 0; }