Compile Error

/in/foo.cc: In function 'int main()':
/in/foo.cc:23:12: error: expected ';' before 'r'
     printf r; 
            ^
/in/foo.cc:23:13: warning: statement is a reference, not call, to function 'printf' [-Waddress]
     printf r; 
             ^
/in/foo.cc:23:13: warning: statement has no effect [-Wunused-value]

信息

递交者
类型
递交
题目
P1025 计算某日期的天数***
语言
C++
递交时间
2024-02-12 12:21:39
评测时间
2024-02-12 12:21:39
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes