7 lines
71 B
C++
7 lines
71 B
C++
void func() {
|
|
int radius;
|
|
switch (radius) {
|
|
case 0:
|
|
break;
|
|
}
|
|
}
|