Bro, thanks a lot. Can u plz tell the marks that u got in Phy, Chem and Comp. projects and how much weightage is given to project file work, viva, practical etc. in overall practical marks (30) .
I got full marks in Phy chem comp practicals...if you are from regular school(not private) then it would be easy to get 30..considering that you are good student from regular school and teachers know you there then my friend you just got full marks in every practical
CODEFORCES 390A - Inna and Alarm Clock Link to Ques - Codeforces 390A 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 import java.util.Arrays ; import java.util.Scanner ; public class CF390A { public static void main ( String [] args ) { Scanner sc = new Scanner ( System . in ); int visx [] = new int [ 110 ]; int visy [] = new int [ 110 ]; Arrays . fill ( visx , 0 ); Arrays . fill ( visy , 0 ); int n = sc . nextInt (); for ( int i = 0 ; i < n ; i ++) { int x = sc . nextInt (); int y = sc . nextInt (); visx [ x ]= 1 ; visy [ y ]= 1 ; } int cx = 0 , cy = 0 ; for ( int i = 0 ; i < 110 ; i ++) { if ( visx [ i ]== 1 ) cx ++; if ( visy [ i ]== 1 ) cy...
CODEFORCES 399A - Pages Link to Ques - Codeforces 399A 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 import java.util.LinkedList ; import java.util.Scanner ; public class CF399A { public static void main ( String [] args ) { Scanner sc = new Scanner ( System . in ); LinkedList < String > str = new LinkedList <>(); int n = sc . nextInt (); int p = sc . nextInt (); int k = sc . nextInt (); if ( p - k > 1 ) { str . add ( "<< " ); } for ( int i = p - k ; i <= p + k ; i ++) { if ( i == p && i >= 1 ) { str . add ( "(" + i + ") " ); } else if ( i <= n && i >= 1 ) { str . add ( i + " " ); }...
Thanks for sharing..
ReplyDeleteWelcome😁😁
DeleteBro, thanks a lot. Can u plz tell the marks that u got in Phy, Chem and Comp. projects and how much weightage is given to project file work, viva, practical etc. in overall practical marks (30) .
ReplyDeleteI got full marks in Phy chem comp practicals...if you are from regular school(not private) then it would be easy to get 30..considering that you are good student from regular school and teachers know you there then my friend you just got full marks in every practical
DeleteWhat if I submit a very low quality project file, not written properly? How many marks might be cut, at Max ?
DeleteAlso, plz tell about the computer PDF. Do we have to submit a computerized (not handwritten) project for computer ??
ReplyDeleteJust before the pics..click on "Computer Practical PDF"..it will download the whole PDF
Delete🤘🤘
I wanted to know the procedure for computer practical. Is it compulsory to submit a Computerized/ Typed Project (and not handwritten)?
Delete