题解 | 乘法与幂运算
乘法与幂运算
https://www.nowcoder.com/practice/2b0e586dfdbe4da4aabccbc94a4f7224
import sys x = int(input()) y = int(input()) print(x * y) print(x ** y)
乘法与幂运算
https://www.nowcoder.com/practice/2b0e586dfdbe4da4aabccbc94a4f7224
import sys x = int(input()) y = int(input()) print(x * y) print(x ** y)
相关推荐
果咩纳塞牛:因为我深深地知道如果拿到了这个offer,后续的秋招真的是不同的世界不同的道路,真的很多事情会不一样,可惜的是没有如果。
牛客41406533...:回答他在课上学,一辈子待在学校的老教授用三十年前的祖传PPT一字一句的讲解,使用谭浩强红皮书作为教材在devc++里面敲出a+++++a的瞬间爆出114514个编译错误来学