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

6 lines
57 B
Plaintext

//test divc
#define a 10
int main(){
return a / 5;
}