Mã chấm Tài khoản Bài tập Ngôn ngữ lập trình Trạng thái Thời gian Bộ nhớ Kích thước Thời gian nộp
343520 Nguyễn Hữu Ngự Bình Chụp ảnh cùng thầy Yeh C/C++ Lỗi biên dịch (CE) 0 MS 0 KB 175 2024-02-05 22:43:12

Lỗi biên dịch:

Main.cc: In function ‘int main()’:
Main.cc:8:12: error: invalid conversion from ‘int’ to ‘const char*’ [-fpermissive]
    8 |     printf(1);
      |            ^
      |            |
      |            int
In file included from /usr/include/stdio.h:894,
                 from Main.cc:1:
/usr/include/x86_64-linux-gnu/bits/stdio2.h:110:32: note:   initializing argument 1 of ‘int printf(const char*, ...)’
  110 | printf (const char *__restrict __fmt, ...)
      |         ~~~~~~~~~~~~~~~~~~~~~~~^~~~~
Main.cc:8:11: warning: format not a string literal and no format arguments [-Wformat-security]
    8 |     printf(1);
      |     ~~~~~~^~~