[lab2]checkopint with "while, continue, break" not implemented
This commit is contained in:
@@ -7,7 +7,7 @@ int mul(int x, int y) {
|
||||
int main(){
|
||||
int a, b;
|
||||
a = 10;
|
||||
b = 0;
|
||||
b = 3;
|
||||
a = mul(a, b);
|
||||
return a + b;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user