sysy-data/functional/sy/18_divc.sy

5 lines
61 B
Plaintext

//test divc
const int a = 10;
int main(){
return a / 5;
}