# | 제출 시각 | 아이디 | 문제 | 언어 | 결과 | 실행 시간 | 메모리 |
---|---|---|---|---|---|---|---|
2942 | 2013-08-13T10:47:38 Z | imsifile | 쉬운 문제 (GA3_easy) | C++ | 0 ms | 1088 KB |
#include<stdio.h> int cnt,i,j; int CountPair(int n, int* ba){ for(i=0;i<n;i++){ for(j=0;j<i;j++)cnt+=!(ba[i]%ba[j]); } printf("%d",cnt); }
# | 결과 | 실행 시간 | 메모리 | Grader output |
---|---|---|---|---|
1 | Incorrect | 0 ms | 1088 KB | Output isn't correct |
2 | Halted | 0 ms | 0 KB | - |
# | 결과 | 실행 시간 | 메모리 | Grader output |
---|---|---|---|---|
1 | Incorrect | 0 ms | 1088 KB | Output isn't correct |
2 | Halted | 0 ms | 0 KB | - |