OII logo
  • Home
    • School selections
    • Regionals
    • Nationals & OIS
    • Tasks by technique
    • Tasks by contest
    • Tasks by year
  • Ranking
  • Algobadge
  • Forum
Log in / Sign up

Do Not Gather!

Time limit: 1 sec
Memory limit: 256 MB
Input/output: stdin / stdout
Maximum score: 10
Translations:
English
Uploaded on:
StatementAttachmentsTagsStatsSubmitSubmissionsHelp

Forum posts

Leyonad's profile picture
Problem ‘Do not gather’
Subtask 4 gives the following error message: Execution timed out. I don't know what else I could do differently. Here is my code: #include < stdio.h > #include < assert.h > #include < stdlib.h > //...
Simone04's profile picture
Do not gather 60 punti
#include < stdio.h > #include < assert.h > #define MAXN 100000 int n, d, i, j, co = 0; int A[MAXN]; int main() { assert(2 == scanf("%d %d", & n, & d)); for(i=0;i < n;i++) { assert(1 == scanf("%d", ...
Simone04's profile picture
Codice che va in execution timed out con gli esempi
è do not gather, la subtask 3 la fà in massimo 0.015 e l'esempio va in execution timed out
system's profile picture
Privacy Policy
#collect What information do we collect? We collect information from you when you register on our site and gather data when you participate in the forum by reading, writing, and evaluating the cont...
Search other topics
Create new topic