Time Exceeded

/in/foo.cc: In function 'int main()':
/in/foo.cc:7:5: warning: this 'while' clause does not guard... [-Wmisleading-indentation]
     while(i<=100);
     ^~~~~
/in/foo.cc:8:5: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'while'
     {
     ^
/in/foo.cc:7:12: warning: 'i' is used uninitialized in this function [-Wuninitialized]
     while(i<=100);
           ~^~~~~
# 状态 耗时 内存占用
#1 Time Exceeded ≥1002ms ≥356.0 KiB
#2 Time Exceeded ≥1000ms ≥380.0 KiB
#3 Time Exceeded ≥1001ms ≥380.0 KiB
#4 Time Exceeded ≥1001ms ≥340.0 KiB
#5 Time Exceeded ≥1005ms ≥376.0 KiB

信息

递交者
类型
递交
题目
P1028 简单计算器
语言
C++
递交时间
2021-12-11 18:54:18
评测时间
2021-12-11 18:54:18
评测机
分数
0
总耗时
≥5011ms
峰值内存
≥380.0 KiB