Submission #1035344


Source Code Expand

#include <cstdio>

int main() {
  int n;
  scanf("%d", &n);
  if (n == 12) {
    printf("1\n");
    return 0;
  }
  printf("%d\n", n+1);
  return 0;
}

Submission Info

Submission Time
Task A - 来月は何月?
User tspcx
Language C++11 (GCC 4.8.1)
Score 100
Code Size 161 Byte
Status AC
Exec Time 18 ms
Memory 800 KB

Compile Error

./Main.cpp: In function ‘int main()’:
./Main.cpp:5:18: warning: ignoring return value of ‘int scanf(const char*, ...)’, declared with attribute warn_unused_result [-Wunused-result]
   scanf("%d", &n);
                  ^

Judge Result

Set Name All
Score / Max Score 100 / 100
Status
AC × 12
Set Name Test Cases
All test_1.txt, test_10.txt, test_11.txt, test_12.txt, test_2.txt, test_3.txt, test_4.txt, test_5.txt, test_6.txt, test_7.txt, test_8.txt, test_9.txt
Case Name Status Exec Time Memory
test_1.txt AC 18 ms 672 KB
test_10.txt AC 18 ms 700 KB
test_11.txt AC 16 ms 668 KB
test_12.txt AC 17 ms 792 KB
test_2.txt AC 17 ms 668 KB
test_3.txt AC 17 ms 692 KB
test_4.txt AC 17 ms 792 KB
test_5.txt AC 16 ms 704 KB
test_6.txt AC 16 ms 700 KB
test_7.txt AC 15 ms 800 KB
test_8.txt AC 18 ms 672 KB
test_9.txt AC 17 ms 700 KB