Problem | gift |
---|---|
User | Biologyhater123 |
Submission Time | 2025-03-03 16:13:25 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
gift.cpp: In function ‘int32_t main()’:
gift.cpp:6:18: error: expected unqualified-id before ‘new’
6 | int days,old,new,gout;
| ^~~
gift.cpp:7:17: error: ‘sec’ was not declared in this scope
7 | cin >>days>>sec>>old>>new;
| ^~~
gift.cpp:7:30: error: expected type-specifier before ‘;’ token
7 | cin >>days>>sec>>old>>new;
| ^
gift.cpp:8:20: error: ‘n’ was not declared in this scope
8 | for(int i=0; i<n; i++){
| ^
gift.cpp:9:25: error: expected type-specifier before ‘)’ token
9 | if (old-sec==new){
| ^
gift.cpp:10:9: error: ‘gout’ was not declared in this scope
10 | gout+=1}
| ^~~~
gift.cpp:12:17: error: ‘gout’ was not declared in this scope
12 | cout << gout;