sysy-data/functional_c/sy/19_mod.sy

7 lines
66 B
Plaintext

//test mod
int main(){
int a;
a = 10;
return a / 3;
}