rustic-sysy/sysy_sets/18_divc.sy

5 lines
61 B
Plaintext
Raw Permalink Normal View History

2024-08-27 18:13:31 +08:00
//test divc
const int a = 10;
int main(){
return a / 5;
}