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

6 lines
65 B
Plaintext

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