Problem weddingcoins
User RandomCtfNoob
Submission Time 2026-01-12 15:43:09
Score 0
Max Time N/A
Max Memory N/A

Compile Error

weddingcoins.cpp: In function ‘int main()’:
weddingcoins.cpp:7:11: error: expected ‘;’ before ‘unsigned’
7 | n = n*100
| ^
| ;
8 | unsigned long long notes[13] = {1,5,10,50,100,500,1000,5000,10000,50000,100000,500000,1000000};
| ~~~~~~~~
weddingcoins.cpp:12:9: error: ‘notes’ was not declared in this scope
12 | if (n-notes[i]<0){
| ^~~~~