提交记录 28093


用户 题目 状态 得分 用时 内存 语言 代码长度
hao_zi test. 自定义测试 Time Limit Exceeded 0 1 s 8 KB C++ 319 B
提交时间 评测时间
2025-05-08 16:09:16 2025-05-13 19:38:00
#include <stdio.h>
template <typename T>
T read(){
    T v=0,w=1;
    char c=0;
    while(c<'0' || c>'9'){
        if(c=='-')w*=-1;
        c=getchar();
    }
    while(c>='0' && c<='9'){
        v=v*10+(c-'0');
        c=getchar();
    }
    return v*w;
}
int main() {
for(int i=1;i<=2e8;i++){
int a=read<int>();
}
}


CompilationN/AN/ACompile OKScore: N/A

Testcase #11 s8 KBTime Limit ExceededScore: 0


Judge Duck Online | 评测鸭在线
Server Time: 2025-05-17 14:12:52 | Loaded in 0 ms | Server Status
个人娱乐项目,仅供学习交流使用 | 捐赠