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

Passphrase Obfuscation

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

Forum posts

sora_taiga's profile picture
Passphrase Obfuscation
Nel testo fornito per il .c viene definito MAXN a 20'000 quando nel testo è 2 < = N < = 30'000, se non lo si corregge mi sbaglia gli ultimi 2 testcases /* * This template is valid both in C and in ...
ubaldo's profile picture
Passphrase Obfuscation (time help)
#include < string > #include < iostream > using namespace std; /* run this program using the console pauser or add your own getch, system("pause") or input loop */ bool FattoDiUnaLettera(string par...
gioildruido's profile picture
Passphrase Obfuscation (aiuto non funzionano le taskt)
#include < stdio.h > #include < iostream > #include < string > using namespace std; int main() { int N,K,i,j,r; string frase; cin > > i; cin > > K; cin > > frase; N=frase.length(); //INIZIALI for(i...
ubaldo's profile picture
Passphrase Obfuscation (help)
Giusti tutti i case delle prime 3 subtask tranne l'ultimo case di ogni subtask #include < string > #include < iostream > using namespace std; /* run this program using the console pauser or add you...
Search other topics
Create new topic