L1-066 猫是液体 分数 5

//43"
#include <iostream>
int main()
{
    int a, b, c;
    std::cin >> a >> b >> c;
    std::cout << a*b*c;
    return 0;
}
posted @ 2024-08-16 01:19  Frodnx  阅读(12)  评论(0)    收藏  举报