Mbpp/799

❌ 均未通过 Base: FAIL Plus: FAIL
测试评估
指标结果
Base 测试FAIL
Plus 测试FAIL
代码长度143 字符
模型生成的代码 (143 字符)
"""
Write a function to that rotate left bits by d bits a given number. We assume that the number is 32 bit.
assert left_rotate(16,2) == 64
"""
Base 失败测试用例
  • 无失败测试
Plus 失败测试用例
  • 无失败测试