提交记录 5308


用户 题目 状态 得分 用时 内存 语言 代码长度
wcy1056935201 1004. 【模板题】高精度乘法 Wrong Answer 0 5.17 us 12 KB C++ 261 B
提交时间 评测时间
2018-08-17 09:26:13 2020-08-01 00:15:27
#include <cstdio>
#include <algorithm>
using namespace std;
inline int gmin(int a, int b){return a < b ? a : b;}
int main(){
    int ans = 0;
    for(register int i=1; i<=1000000000; i++){
         ans = gmin(1, 2);
    }
    printf("%d", ans);
    return 0;
}

CompilationN/AN/ACompile OKScore: N/A

Testcase #15.17 us12 KBWrong AnswerScore: 0


Judge Duck Online | 评测鸭在线
Server Time: 2026-04-12 03:06:21 | Loaded in 1 ms | Server Status
个人娱乐项目,仅供学习交流使用 | 捐赠