C++程序  |  11行  |  101 B


#include <windows.h>
#include <vfw.h>

int main()
{
  AVIFileInit();
  AVIFileExit();
  return 0;
}