Wrong Answer
/in/ex1_1.cpp: In function 'int main()': /in/ex1_1.cpp:10:10: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result] scanf( "%d", &n ); ~~~~~^~~~~~~~~~~~ /in/ex1_1.cpp:15:36: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result] for ( i = 0; i < n; i++ ) scanf( "%d", &a[i] ); ~~~~~^~~~~~~~~~~~~~~
Information
- Submit By
- Type
- Submission
- Homework
- Final Exam
- Language
- C++
- Submit At
- 2020-08-07 17:49:03
- Judged At
- 2020-08-09 21:35:47
- Judged By
- Score
- 30
- Total Time
- 7ms
- Peak Memory
- 296.0 KiB