#include "sylib.h" //test mod int main(){ int a; a = 10; return a / 3; }