Concurrency Simulator
Problem Number:
210
Type of Problem:
Problem Category:
Input:
Random Input
0
0
Critical Input:
Random Input:
1
3 1 1 1 1 1 3
a = 5
print a
end
b = 7
lock
print a
print b
unlock
c = 10
print a
end
print a
print b
lock
print c
unlock
end
Problem Description Link:
Problem Id:
210
