记录详情

Compile Error

/in/foo.c: In function 'printDigits':
/in/foo.c:18:34: error: exponent has no digits
         int digit = temp / (int)(1e(digitCount - 1 - i));
                                  ^~
/in/foo.c:21:23: error: exponent has no digits
         temp %= (int)(1e(digitCount - 1 - i));
                       ^~

信息

递交者
类型
自测
语言
C
递交时间
2024-11-15 17:28:38
评测时间
2024-11-15 17:28:38
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes