提交记录 5303


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

CompilationN/AN/ACompile OKScore: N/A

Testcase #136.61 us36 KBWrong AnswerScore: 0


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