建议撤下大部分题解

P1919 【模板】高精度乘法 | A*B Problem 升级版

@[Alex_Wei](/user/123294)
by Claire0918 @ 2023-04-30 19:19:12


确实。 ```python from decimal import * import sys setcontext(Context(prec=2114514,Emax=2114514, Emin=0)) print((Decimal(sys.stdin.readline())*Decimal(sys.stdin.readline()))) ``` 你说得对。但是这玩意 120ms A 了,题解区没有,所以建议开发题解通道。
by 654179_qwq @ 2023-04-30 19:22:39


开放
by 654179_qwq @ 2023-04-30 19:22:57


@[654179_qwq](/user/654179) 这种题用 py 不太好吧
by Claire0918 @ 2023-04-30 19:28:05


@[Claire0918](/user/660816) 显然的,py 写 FFT 的效率比绝大部分 C++ 程序都高。而且码量小,非常方便,泡水里就变大,后面忘了。
by 654179_qwq @ 2023-04-30 19:34:04


@[654179_qwq](/user/654179) `不要再交 Python 代码浪费评测资源`
by 123xiayicheng @ 2023-04-30 19:36:03


@[654179_qwq](/user/654179) 请尊重洛谷的学术用途
by Claire0918 @ 2023-04-30 19:38:03


撤了@我一下,水一篇((
by catandcode @ 2023-04-30 19:48:38


@[StudyingFather](/user/22030)
by Claire0918 @ 2023-05-01 12:53:56


@[Claire0918](/user/660816) 但是上面那句话的意思显然是py过不了,要是能过的话我觉得应该支持分享py的这种用途,毕竟大多数人不知道
by Sudohry @ 2023-06-23 12:34:59


| 下一页