zero-parser/sysy_sets/19_mod.sy

6 lines
65 B
Plaintext
Raw Normal View History

2024-11-19 19:08:05 +08:00
//test mod
int main(){
int a;
a = 10;
return a / 3;
}