ამ გვერდზე თქვენ იხილავთ გაგზავნილი ამოხსნების სტატუსს.
გაგზავნის თარიღი: 17.06.2022 14:42:09
ამოცანა: 3-ის ჯერადების გარდა
მომხმარებელი: deme_bz
ვერდიქტი: ამოუხსნელი
შეფასება: 0 ქულა
#include <bits/stdc++.h> using namespace std; int main(){ int n,m; cin >> n >> m; for(int i=n;i<=m;i++){ if(i%3!=0) cout << i << " "; } cout << n/c+1 << endl; } }
main.cpp: In function 'int main()': main.cpp:9:15: error: 'c' was not declared in this scope cout << n/c+1 << endl; ^ main.cpp: At global scope: main.cpp:11:1: error: expected declaration before '}' token } ^