rustic-sysy/sysy_sets/20_rem.sy

6 lines
65 B
Plaintext
Executable File

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