Submission #3770783


Source Code Expand

#include<stdio.h>
int N, i;
int main(){
  scanf("%d", &N);
  while(++i){
    if(N<=i*111){break;}
  }
  printf("%d\n", i*111);
}

Submission Info

Submission Time
Task B - AtCoder Beginner Contest 111
User jannkennshitai
Language C (GCC 5.4.1)
Score 200
Code Size 138 Byte
Status AC
Exec Time 1 ms
Memory 128 KB

Compile Error

./Main.c: In function ‘main’:
./Main.c:4:3: warning: ignoring return value of ‘scanf’, declared with attribute warn_unused_result [-Wunused-result]
   scanf("%d", &N);
   ^

Judge Result

Set Name Sample All
Score / Max Score 0 / 0 200 / 200
Status
AC × 3
AC × 15
Set Name Test Cases
Sample sample1.txt, sample2.txt, sample3.txt
All sample1.txt, sample2.txt, sample3.txt, 1.txt, 2.txt, 3.txt, 4.txt, 5.txt, 6.txt, 7.txt, 8.txt, 9.txt, sample1.txt, sample2.txt, sample3.txt
Case Name Status Exec Time Memory
1.txt AC 1 ms 128 KB
2.txt AC 1 ms 128 KB
3.txt AC 1 ms 128 KB
4.txt AC 1 ms 128 KB
5.txt AC 1 ms 128 KB
6.txt AC 1 ms 128 KB
7.txt AC 1 ms 128 KB
8.txt AC 1 ms 128 KB
9.txt AC 1 ms 128 KB
sample1.txt AC 1 ms 128 KB
sample2.txt AC 1 ms 128 KB
sample3.txt AC 1 ms 128 KB