提交记录 5307


用户 题目 状态 得分 用时 内存 语言 代码长度
wcy1056935201 1004. 【模板题】高精度乘法 Time Limit Exceeded 0 3 s 8 KB C++ 262 B
提交时间 评测时间
2018-08-17 09:25:40 2020-08-01 00:15:30
#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<=10000000000; i++){
         ans = gmin(1, 2);
    }
    printf("%d", ans);
    return 0;
}

CompilationN/AN/ACompile OKScore: N/A

Testcase #13 s8 KBTime Limit ExceededScore: 0


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