Wrong Answer
Code
#include<stdio.h>
int main(){
int a, b=0;
scanf("%d",&a);
for (int i=1;i<=a;i++){
if(a%i==0){
b++;
}
}
printf("%d",b);
}
Information
- Submit By
- Type
- Submission
- Problem
- P1037 Generous CR
- Contest
- Brain booster #2
- Language
- C99 (GCC 13.2.0)
- Submit At
- 2024-03-06 14:48:21
- Judged At
- 2024-11-11 03:41:47
- Judged By
- Score
- 0
- Total Time
- 0ms
- Peak Memory
- 320.0 KiB