记录详情

Compile Error

/in/foo.cc: In function 'int main()':
/in/foo.cc:8:12: error: too few arguments to function 'int printf(const char*, ...)'
     printf();
            ^
In file included from /in/foo.cc:1:0:
/usr/include/stdio.h:364:12: note: declared here
 extern int printf (const char *__restrict __format, ...);
            ^~~~~~

信息

递交者
类型
递交
语言
C++
递交时间
2024-10-20 20:49:59
评测时间
2024-10-20 20:49:59
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes