5 lines
61 B
Plaintext
5 lines
61 B
Plaintext
|
//test divc
|
||
|
const int a = 10;
|
||
|
int main(){
|
||
|
return a / 5;
|
||
|
}
|